diff --git a/.env b/.env index 195cff3..224d98b 100644 --- a/.env +++ b/.env @@ -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 \ No newline at end of file +FRONTEND_URL=https://finance.ai-assistant-bot.xyz +CORS_ORIGINS=https://finance.ai-assistant-bot.xyz \ No newline at end of file diff --git a/docker-compose.server.yml b/docker-compose.server.yml index fe12e84..a585ee6 100644 --- a/docker-compose.server.yml +++ b/docker-compose.server.yml @@ -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