registry changes ready for 0.1.2 sys release

This commit is contained in:
Keagan McClelland
2020-02-19 03:22:31 +00:00
parent 35c1d686b5
commit 367b32efec
7 changed files with 28 additions and 85 deletions

View File

@@ -28,16 +28,4 @@ ip-from-header: "_env:YESOD_IP_FROM_HEADER:false"
# NB: If you need a numeric value (e.g. 123) to parse as a String, wrap it in single quotes (e.g. "_env:YESOD_PGPASS:'123'")
# See https://github.com/yesodweb/yesod/wiki/Configuration#parsing-numeric-values-as-strings
database:
database: "_env:YESOD_SQLITE_DATABASE:start9_agent.sqlite3"
poolsize: "_env:YESOD_SQLITE_POOLSIZE:10"
ap-password: "_env:AP_PASSWORD:at_first_I_was_afraid"
copyright: Insert copyright statement here
registry-host: "_env:REGISTRY_HOST:registry.start9labs.com"
registry-port: "_env:REGISTRY_PORT:443"
agent-dir: "_env:AGENT_DIR:/root/agent"
app-mgr-version-spec: "_env:APP_MGR_VERSION_SPEC:=0.0.0"
#analytics: UA-YOURCODE
app-compatibility-path: "_env:APP_COMPATIBILITY_CONFIG:/etc/start9/registry/compatibility.json"