25 lines
923 B
Plaintext
25 lines
923 B
Plaintext
{
|
|
"proxy_scheduler_local": {
|
|
"SERVICE_FILES": "/etc/user/config/services",
|
|
"DOCKER_REGISTRY_URL": "safebox",
|
|
"GENERATE_CERTIFICATE": "true",
|
|
"LETSENCRYPT_URL": "letsencrypt.org",
|
|
"LETSENCRYPT_SERVICE_NAME": "letsencrypt.json",
|
|
"LETSENCRYPT_SERVER": "letsencrypt",
|
|
"CERT_DIR": "/keys",
|
|
"DOMAIN_DIR": "/domains",
|
|
"PROXY_SERVICE_FILE": "smarthost-proxy.json",
|
|
"PROXY_CONFIG_DIR": "/proxy_config",
|
|
"PROXY_TYPE": "",
|
|
"TIMEOUT": "5",
|
|
"RESTART": "3",
|
|
"ROLE": "smarthost-backend-proxy",
|
|
"SERVICE_NAME": "smarthost-proxy"
|
|
},
|
|
"smarthost_loadbalancer": {
|
|
"letsencrypt": "letsencrypt",
|
|
"backend1": "smarthostbackend-1",
|
|
"backend2": "smarthostbackend-2"
|
|
}
|
|
}
|