APP_AUTHORITY_NAME
- The name used to issue JWT tokens to users. On the cloud instance it is mitter-io
API_ENDPOINT
- The publicly resolvable address for the API server.DASHBOARD_ENDPOINT
- The publicly resolvable address for the dashboard. This is not required to be modified unless you are extending the docker image and need some services to use the dashboard externally.APPLICATION_CONFIG
APPLICATION_CONFIG
containing key-value pairs for various properties. The two environment variables used would be:CENTRAL_APPLICATION_CONFIG
- This passes an application configuration object to the API server.DASHBOARD_APPLICATION_CONFIG
- This passes an application configuration object to the dashboard.mitter.api.config
and mitter.dashboard.config
with the specific JSON and then supply it using:key
. You can, however use integer/boolean values when applicable.CENTRAL_APPLICATION_CONFIG
:NOTE This feature is currently experimental and not officially supported.
CENTRAL_APPLICATION_CONFIG
:NOTE When images are stored in S3 there is no access protection mechanism active. You must designate a publically-accessible bucket that can be accessed by anyone. This is not recommended if you are handling sensitive data.
NOTE This feature is currently experimental and not officially supported.
CENTRAL_APPLICATION_CONFIG
:NOTE This feature is currently experimental and not officially supported.
CENTRAL_APPLICATION_CONFIG
: