2017-04-18 17:13:48 +02:00
|
|
|
{
|
2021-08-31 21:26:01 +02:00
|
|
|
"url": "https://__DOMAIN____PATH__",
|
2017-04-18 17:13:48 +02:00
|
|
|
"secret": "__SECRET__",
|
2021-08-31 21:26:01 +02:00
|
|
|
"database": "postgres",
|
2017-07-25 13:22:36 +02:00
|
|
|
"port": "__PORT__",
|
2021-08-31 21:26:01 +02:00
|
|
|
"trust_proxy": true,
|
|
|
|
"isCluster": false,
|
2021-08-31 16:30:08 +02:00
|
|
|
"redis": {
|
2017-04-18 17:13:48 +02:00
|
|
|
"host": "127.0.0.1",
|
2021-08-31 16:30:08 +02:00
|
|
|
"port": "6379",
|
|
|
|
"password": "",
|
|
|
|
"database": "__REDIS_DB__"
|
2021-08-31 21:26:01 +02:00
|
|
|
},
|
|
|
|
"postgres": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": "5432",
|
|
|
|
"username": "__DB_NAME__",
|
|
|
|
"password": "__DB_PWD__",
|
|
|
|
"database": "__DB_NAME__"
|
2021-08-31 21:38:38 +02:00
|
|
|
},
|
|
|
|
"socket.io": {
|
|
|
|
"transports": ["websocket"]
|
2017-04-22 20:18:50 +02:00
|
|
|
}
|
2017-04-18 17:13:48 +02:00
|
|
|
}
|