Merge pull request '.env.example o'zgartirildi' (#9) from feat/example into main
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m5s

Reviewed-on: #9
This commit is contained in:
2026-02-13 11:48:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ SMS_PASSWORD=key
# Addition
ALLOWED_HOSTS=127.0.0.1,web
CSRF_TRUSTED_ORIGINS=http://127.0.0.1:8081
CSRF_TRUSTED_ORIGINS=http://127.0.0.1:8081,https://sifatbaho.felixits.uz
OTP_MODULE=core.services.otp

View File

@@ -152,7 +152,7 @@ jobs:
update_env \
"DB_HOST=postgres" \
"DB_NAME=sifatbaho" \
"DB_NAME=sifatbahodb" \
"DB_PORT=5432"
export PORT=8085