add configurable setting to enable running app for tor

This commit is contained in:
Lucy Cifferello
2020-08-12 16:19:58 -06:00
parent 4f33a78ddd
commit 44626aace9
3 changed files with 10 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ app-compatibility-path: "_env:APP_COMPATIBILITY_CONFIG:/etc/start9/registry/comp
resources-path: "_env:RESOURCES_PATH:/var/www/html/resources"
ssl-path: "_env:SSL_PATH:/var/ssl"
registry-hostname: "_env:REGISTRY_HOSTNAME:registry.start9labs.com"
enable-tor: "false"
database:
database: "_env:PG_DATABASE:start9_registry"