a378cd13e1
* Propose to remove channels and notifications * Propose to remove knowledge graph too * Put back tags test * FIxing tests * FIx query builder test
38 lines
689 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|