♻️Remove Cassandra Support

This commit is contained in:
Anton SHEPILOV
2024-05-27 17:53:24 +02:00
committed by Anton Shepilov
parent 8214a5f6d4
commit 8f75c04fdd
25 changed files with 4 additions and 1807 deletions
+1 -9
View File
@@ -63,20 +63,12 @@
},
"database": {
"secret": "",
"type": "cassandra",
"type": "mongodb",
"encryption": "aes-256-cbc",
"mongodb": {
"uri": "mongodb://mongo:27017",
"database": "tdrive"
},
"cassandra": {
"contactPoints": ["scylladb:9042"],
"localDataCenter": "datacenter1",
"keyspace": "tdrive",
"wait": false,
"retries": 10,
"delay": 200
}
},
"message-queue": {
"// possible 'type' values are": "'amqp' or 'local'",