Files
workavia-drive/twake/default-configuration/backend-node/production.json.template
T
Montassar Ghanmy d91a13e2cc 🔄 Rename all "twake" instances to "tdrive"
🔄 Rename all "twake" instances to "tdrive"
2023-04-10 14:12:00 +01:00

41 lines
769 B
Plaintext

{
"phpnode": {
"secret": "api_supersecret (set the same in php later)"
},
"websocket": {
"path": "/socket/",
"adapters": {
"types": []
},
"auth": {
"jwt": {
"secret": "supersecret (use the same as in php)"
}
}
},
"auth": {
"jwt": {
"secret": "supersecret (use the same as in php)"
}
},
"database": {
"secret": "GET YOUR SECRET FROM PHP Parameters.php: db.secret",
"type": "cassandra",
"cassandra": {
"contactPoints": [
"scylladb:9042"
],
"localDataCenter": "datacenter1",
"keyspace": "tdrive",
"wait": false,
"retries": 10,
"delay": 200
}
},
"pubsub": {
"urls": [
"amqp://admin:admin@rabbitmq:5672"
]
}
}