2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-12 09:51:18 +00:00
frappe_docker/build/common/common_site_config.json.template

9 lines
241 B
Plaintext
Raw Normal View History

2020-02-10 08:00:54 +00:00
{
"db_host": "${DB_HOST}",
"db_port": "${DB_PORT}",
2020-02-10 08:00:54 +00:00
"redis_cache": "redis://${REDIS_CACHE}",
"redis_queue": "redis://${REDIS_QUEUE}",
"redis_socketio": "redis://${REDIS_SOCKETIO}",
"socketio_port": ${SOCKETIO_PORT}
}