mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-27 00:58:31 +00:00
9 lines
241 B
Plaintext
Executable File
9 lines
241 B
Plaintext
Executable File
{
|
|
"db_host": "${DB_HOST}",
|
|
"db_port": "${DB_PORT}",
|
|
"redis_cache": "redis://${REDIS_CACHE}",
|
|
"redis_queue": "redis://${REDIS_QUEUE}",
|
|
"redis_socketio": "redis://${REDIS_SOCKETIO}",
|
|
"socketio_port": ${SOCKETIO_PORT}
|
|
}
|