Prod ve Dev birbirinden izole edildi.

This commit is contained in:
2025-11-27 18:26:04 +03:00
parent 8f05f40bb2
commit 2e410fb402
4 changed files with 50 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
PORT=4000
MONGO_URI=mongodb://mongo:27017/wisecoltci
# Prod için zorunlu Mongo bağlantısı
# Örnek: mongodb://<APP_USER>:<APP_PASS>@<HOST>:27017/wisecoltci?authSource=wisecoltci
MONGO_URI=mongodb://app:change-me@mongo-host:27017/wisecoltci?authSource=wisecoltci
ADMIN_USERNAME=admin
ADMIN_PASSWORD=supersecret
JWT_SECRET=change-me