fix: port change and DB urls

This commit is contained in:
Furqan-14
2026-01-17 16:36:05 +05:30
parent c303d336e4
commit 935bbc18f6
6 changed files with 145 additions and 13 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
# Project Configuration
PROJECT_NAME=SaaS Architecture
VERSION=1.0.0
PORT=11002
PORT=10002
APP_ENV=testing
SECRET_KEY="Usu9Qmg4ppRexR6Xp657MMMHsoOaiV8cPqlY_THWNaPhGT6DN9Xd8UO4zG3kWjwIqW9hPa5bYwQUoDhyRlzv_w"
ALLOWED_HOSTS=*
HOST=127.0.0.1
FRONTEND_URL=https://fulfilment-test.maskantech.in
CORS_ALLOWED_ORIGINS=https://fulfilment-test.maskantech.in
FRONTEND_URL=https://saas-test.maskantech.in
CORS_ALLOWED_ORIGINS=https://saas-test.maskantech.in
# Security
ENCRYPTION_KEY="1cd1dc2d42afc5606e224df1108162db2d6ca372a45a9b8d278162f6006236d5"