♻️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
@@ -43,11 +43,6 @@
"uri": "DB_MONGO_URI",
"database": "DB_MONGO_DATABASE"
},
"cassandra": {
"contactPoints": "DB_CASSANDRA_URI",
"localDataCenter": "DB_CASSANDRA_LOCALDATACENTER",
"keyspace": "DB_CASSANDRA_KEYSPACE"
},
"postgres": {
"database": "DB_POSTGRES_DBNAME",
"host": "DB_POSTGRES_HOST",
+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'",
-9
View File
@@ -8,15 +8,6 @@
"secret": "",
"mongodb": {
"uri": "mongodb://mongo:27017"
},
"cassandra": {
"contactPoints": ["scylladb:9042"],
"wait": true,
"retries": 50,
"delay": 500,
"queryOptions": {
"consistency": 1
}
}
},
"message-queue": {