feat: init
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"phpnode": {
|
||||
"secret": "api_supersecret"
|
||||
},
|
||||
"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": "twake",
|
||||
"wait": false,
|
||||
"retries": 10,
|
||||
"delay": 200
|
||||
}
|
||||
},
|
||||
"pubsub": {
|
||||
"type": "amqp",
|
||||
"amqp": {
|
||||
"urls": ["amqp://guest:guest@rabbitmq:5672"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user