This commit is contained in:
Заид Омар Медхат 2025-12-14 00:34:12 +05:00
parent 786d7049b9
commit 86fa5720ca
2 changed files with 21 additions and 5 deletions

16
.env Normal file
View File

@ -0,0 +1,16 @@
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
EOF

10
.gitignore vendored
View File

@ -36,11 +36,11 @@ lerna-debug.log*
!.vscode/extensions.json !.vscode/extensions.json
# dotenv environment variable files # dotenv environment variable files
.env # .env
.env.development.local # .env.development.local
.env.test.local # .env.test.local
.env.production.local # .env.production.local
.env.local # .env.local
# temp directory # temp directory
.temp .temp