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

Latest commit

 

History

History
20 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 802 Bytes

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=...