Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
/ Backend Public archive

The backend API for all the Fila Magenta products.

Notifications You must be signed in to change notification settings

FilaMagenta/Backend

Repository files navigation

Filà Magenta - Backend

Dev Docker size

Environment Variables

PROPERTIES_FILE

If defined, specifies the location of the secrets properties file.

Required environment

Encryption keys

You can use a website such as cryptotools.net to generate a RSA keypair with length 2048. Then store the keys in keys/private.key and keys/public.key.

Secrets

A file called local.properties must be placed on the root of the project. The contents are:

woo.server=http://<server>:<port>
woo.consumer_key=...
woo.consumer_secret=...

About

The backend API for all the Fila Magenta products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published