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

40 lines
702 B
JSON

{
"phpnode": {
"secret": "api_supersecret"
},
"websocket": {
"path": "/socket/",
"adapters": {
"types": []
},
"auth": {
"jwt": {
"secret": "supersecret"
}
}
},
"auth": {
"jwt": {
"secret": "supersecret"
}
},
"database": {
"secret": "ab63bb3e90c0271c9a1c06651a7c0967eab8851a7a897766",
"type": "cassandra",
"cassandra": {
"contactPoints": ["scylladb:9042"],
"localDataCenter": "datacenter1",
"keyspace": "twake",
"wait": false,
"retries": 10,
"delay": 200
}
},
"pubsub": {
"type": "amqp",
"amqp": {
"urls": ["amqp://guest:guest@rabbitmq:5672"]
}
}
}