chore: add domain
All checks were successful
Deploy Production / deploy (push) Successful in 50s

This commit is contained in:
Заид Омар Медхат 2025-12-26 12:11:01 +05:00
parent 5aba4137c3
commit 72c5182993
2 changed files with 4 additions and 4 deletions

4
.env
View File

@ -11,5 +11,5 @@ COOKIE_DOMAIN=ai-assistant-bot.xyz
COOKIE_SECURE=true
FRONTEND_URL=https://your-frontend.ai-assistant-bot.xyz
CORS_ORIGINS=https://your-frontend.ai-assistant-bot.xyz
FRONTEND_URL=https://finance.ai-assistant-bot.xyz
CORS_ORIGINS=https://finance.ai-assistant-bot.xyz

View File

@ -16,10 +16,10 @@ services:
DB_NAME: finance_app
JWT_SECRET: your_jwt_secret_key_here_minimum_32_characters_long
JWT_REFRESH_SECRET: your_refresh_secret_key_here_minimum_32_characters_long
FRONTEND_URL: https://your-frontend.ai-assistant-bot.xyz
FRONTEND_URL: https://finance.ai-assistant-bot.xyz
COOKIE_DOMAIN: ai-assistant-bot.xyz
COOKIE_SECURE: 'true'
CORS_ORIGINS: https://your-frontend.ai-assistant-bot.xyz
CORS_ORIGINS: https://finance.ai-assistant-bot.xyz
PORT: 3000
networks:
- proxy