26 lines
406 B
JSON
26 lines
406 B
JSON
{
|
|
"general": {
|
|
"accounts": {
|
|
"type": "remote"
|
|
}
|
|
},
|
|
"database": {
|
|
"secret": "",
|
|
"mongodb": {
|
|
"uri": "mongodb://mongo:27017"
|
|
}
|
|
},
|
|
"message-queue": {
|
|
"type": "amqp",
|
|
"amqp": {
|
|
"urls": ["amqp://guest:guest@rabbitmq:5672"]
|
|
}
|
|
},
|
|
"search": {
|
|
"type": "elasticsearch",
|
|
"elasticsearch": {
|
|
"endpoint": "https://localhost:9200"
|
|
}
|
|
}
|
|
}
|