mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"url": "http://localhost:4567",
|
|
"secret": "SECRET",
|
|
"database": "redis",
|
|
"redis": {
|
|
"host": "redis",
|
|
"port": "6379",
|
|
"password": "",
|
|
"database": "0"
|
|
}
|
|
}
|