frappe_docker/build/erpnext-python/common_site_config.json.template
2020-02-10 15:59:11 +05:30

8 lines
217 B
Plaintext
Executable File

{
"db_host": "${MARIADB_HOST}",
"redis_cache": "redis://${REDIS_CACHE}",
"redis_queue": "redis://${REDIS_QUEUE}",
"redis_socketio": "redis://${REDIS_SOCKETIO}",
"socketio_port": ${SOCKETIO_PORT}
}