Files
workavia-drive/tdrive/backend/node/config/test.json
T
Anton SHEPILOV 8f75c04fdd ♻️Remove Cassandra Support
2024-05-28 13:34:57 +02:00

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"
}
}
}