Files
workavia-drive/tdrive/default-configuration/backend-node/production.json.template
T
Romaric Mourgues a378cd13e1 🧹 Propose to remove channels, notifications, knowledge-graph and phpnode (#55)
* Propose to remove channels and notifications

* Propose to remove knowledge graph too

* Put back tags test

* FIxing tests

* FIx query builder test
2023-05-16 14:36:39 +02:00

38 lines
689 B
Plaintext

{
"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"
]
}
}