mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
11 lines
434 B
Bash
11 lines
434 B
Bash
DATAHUB_GMS_HOST=datahub-gms
|
|
DATAHUB_GMS_PORT=8080
|
|
DATAHUB_SECRET=YouKnowNothing
|
|
DATAHUB_APP_VERSION=1.0
|
|
DATAHUB_PLAY_MEM_BUFFER_SIZE=10MB
|
|
|
|
# Uncomment and set these to support SSL connection to GMS
|
|
# NOTE: Currently GMS itself does not offer SSL support, these settings are intended for when there is a proxy in front
|
|
# of GMS that handles SSL, such as an EC2 Load Balancer.
|
|
#DATAHUB_GMS_USE_SSL=true
|
|
#DATAHUB_GMS_SSL_PROTOCOL= |