3 Commits

Author SHA1 Message Date
rajukottedi fb68e6d43a Remove unused mongo-keyfile 2026-01-30 01:27:24 +05:30
rajukottedi 04bc50d6ee added empty config files 2026-01-30 01:15:25 +05:30
rajukottedi 3f7cadcd63 Update environment configuration for development setup 2026-01-28 16:21:12 +05:30
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
CONNECTION_URI=mongodb://admin:adminpassword@192.168.0.197:27017/ludo?authSource=admin&replicaSet=rs0 CONNECTION_URI=mongodb://admin:adminpassword@192.168.0.197:27017/ludo?authSource=admin&replicaSet=rs0
# Backend port # Backend port
PORT=18081 PORT=8080
# Environment # Environment
NODE_ENV=production NODE_ENV=development
View File