41 lines
768 B
Plaintext
41 lines
768 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": "twake",
|
|
"wait": false,
|
|
"retries": 10,
|
|
"delay": 200
|
|
}
|
|
},
|
|
"pubsub": {
|
|
"urls": [
|
|
"amqp://admin:admin@rabbitmq:5672"
|
|
]
|
|
}
|
|
}
|