a378cd13e1
* Propose to remove channels and notifications * Propose to remove knowledge graph too * Put back tags test * FIxing tests * FIx query builder test
37 lines
651 B
JSON
37 lines
651 B
JSON
{
|
|
"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": "tdrive",
|
|
"wait": false,
|
|
"retries": 10,
|
|
"delay": 200
|
|
}
|
|
},
|
|
"pubsub": {
|
|
"type": "amqp",
|
|
"amqp": {
|
|
"urls": ["amqp://guest:guest@rabbitmq:5672"]
|
|
}
|
|
}
|
|
}
|