f1bf507865
* 🚧 #46 Shared with me
30 lines
525 B
JSON
30 lines
525 B
JSON
{
|
|
"database": {
|
|
"secret": "",
|
|
"mongodb": {
|
|
"uri": "mongodb://mongo:27017"
|
|
},
|
|
"cassandra": {
|
|
"contactPoints": ["scylladb:9042"],
|
|
"wait": true,
|
|
"retries": 50,
|
|
"delay": 500,
|
|
"queryOptions": {
|
|
"consistency": 1
|
|
}
|
|
}
|
|
},
|
|
"message-queue": {
|
|
"type": "amqp",
|
|
"amqp": {
|
|
"urls": ["amqp://guest:guest@rabbitmq:5672"]
|
|
}
|
|
},
|
|
"search": {
|
|
"type": "elasticsearch",
|
|
"elasticsearch": {
|
|
"endpoint": "https://localhost:9200"
|
|
}
|
|
}
|
|
}
|