Files
workavia-drive/twake/backend/node/config/test.json
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

27 lines
499 B
JSON

{
"database": {
"secret": "ab63bb3e90c0271c9a1c06651a7c0967eab8851a7a897766",
"mongodb": {
"uri": "mongodb://mongo:27017"
},
"cassandra": {
"contactPoints": ["scylladb:9042"],
"wait": true,
"retries": 50,
"delay": 500,
"queryOptions": {
"consistency": 1
}
}
},
"message-queue": {
"type": "amqp",
"amqp": {
"urls": ["amqp://guest:guest@rabbitmq:5672"]
}
},
"phpnode": {
"php_endpoint": false
}
}