finance-api/.env
Заид Омар Медхат 5b7462d929
All checks were successful
Deploy Production / deploy (push) Successful in 1m44s
f
2025-12-26 00:39:17 +05:00

15 lines
384 B
Bash

DB_USERNAME=finance_user
DB_PASSWORD=SecurePassword123
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
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