feature/mongodb-to-couchdb-migration #1

Merged
will merged 32 commits from feature/mongodb-to-couchdb-migration into main 2025-11-03 05:26:45 +00:00
Showing only changes of commit 578c24c9a1 - Show all commits
+2
View File
@@ -4,6 +4,8 @@ MONGO_URI=mongodb://localhost:27017/adopt-a-street
# CouchDB Configuration (New primary database)
COUCHDB_URL=http://localhost:5984
COUCHDB_DB_NAME=adopt-a-street
COUCHDB_USER=admin
COUCHDB_PASSWORD=admin
# JWT Authentication
JWT_SECRET=your_jwt_secret_key_here_change_in_production