We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77498df commit a3b7943Copy full SHA for a3b7943
1 file changed
docker-entrypoint.sh
@@ -106,6 +106,7 @@ update_app_config "DATALAYER_FILE_SERVER_URL" '.DATALAYER_FILE_SERVER_URL'
106
update_app_config "AUTO_SUBSCRIBE_FILESTORE" '.AUTO_SUBSCRIBE_FILESTORE'
107
update_app_config "AUTO_MIRROR_EXTERNAL_STORES" '.AUTO_MIRROR_EXTERNAL_STORES'
108
update_app_config "LOG_LEVEL" '.LOG_LEVEL'
109
+update_app_config "TRUST_PROXY" '.TRUST_PROXY'
110
111
# APP.TASKS section (shared)
112
update_app_config "GOVERNANCE_SYNC_TASK_INTERVAL" '.TASKS.GOVERNANCE_SYNC_TASK_INTERVAL'
0 commit comments