gots me a key
This commit is contained in:
parent
e82b7c483f
commit
e688fb9930
1 changed files with 6 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ services:
|
||||||
RAILS_LOG_TO_STDOUT: ${RAILS_LOG_TO_STDOUT:-true}
|
RAILS_LOG_TO_STDOUT: ${RAILS_LOG_TO_STDOUT:-true}
|
||||||
SELF_HOSTED: ${SELF_HOSTED:-true}
|
SELF_HOSTED: ${SELF_HOSTED:-true}
|
||||||
STORE_GEODATA: ${STORE_GEODATA:-true}
|
STORE_GEODATA: ${STORE_GEODATA:-true}
|
||||||
|
PHOTON_API_HOST: ${PHOTON_API_HOST:-localhost}
|
||||||
|
PHOTON_API_KEY: ${PHOTON_API_KEY:-""}
|
||||||
|
PHOTON_API_USE_HTTPS: ${PHOTON_API_USE_HTTPS:-false}
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|
@ -134,6 +137,9 @@ services:
|
||||||
RAILS_LOG_TO_STDOUT: ${RAILS_LOG_TO_STDOUT:-true}
|
RAILS_LOG_TO_STDOUT: ${RAILS_LOG_TO_STDOUT:-true}
|
||||||
SELF_HOSTED: ${SELF_HOSTED:-true}
|
SELF_HOSTED: ${SELF_HOSTED:-true}
|
||||||
STORE_GEODATA: ${STORE_GEODATA:-true}
|
STORE_GEODATA: ${STORE_GEODATA:-true}
|
||||||
|
PHOTON_API_HOST: ${PHOTON_API_HOST:-localhost}
|
||||||
|
PHOTON_API_KEY: ${PHOTON_API_KEY:-""}
|
||||||
|
PHOTON_API_USE_HTTPS: ${PHOTON_API_USE_HTTPS:-false}
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue