This commit is contained in:
parent
5aba4137c3
commit
72c5182993
4
.env
4
.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
|
||||
FRONTEND_URL=https://finance.ai-assistant-bot.xyz
|
||||
CORS_ORIGINS=https://finance.ai-assistant-bot.xyz
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user