Files
workavia-drive/tdrive/backend/node/config/test.json
T
Montassar Ghanmy b4412d3ed3 🔐 OIDC back-channel logout (#521)
* feat: oidc backchannel session storage
* feat: oidc backchannel logout
* ref: e2e test
* 🛠️ Code review
* ♻️ Do not mock internal auth token but call "/login" with oidc_token instead
* ♻️ Refactoring for back-channel logout test
* fix: feedback and e2e tests
* feat: more e2e tests
* ♻️ Added test to test multiple login requests flow
* ref: jwt sid verifier and e2e tests

---------

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
2024-05-24 13:52:58 +02:00

35 lines
592 B
JSON

{
"general": {
"accounts": {
"type": "remote"
}
},
"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"
}
}
}