From 86fa5720ca0cf3665309896ed3dc51b816d71413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B0=D0=B8=D0=B4=20=D0=9E=D0=BC=D0=B0=D1=80=20?= =?UTF-8?q?=D0=9C=D0=B5=D0=B4=D1=85=D0=B0=D1=82?= Date: Sun, 14 Dec 2025 00:34:12 +0500 Subject: [PATCH] f --- .env | 16 ++++++++++++++++ .gitignore | 10 +++++----- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..00e7879 --- /dev/null +++ b/.env @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4b56acf..6ce99d8 100644 --- a/.gitignore +++ b/.gitignore @@ -36,11 +36,11 @@ lerna-debug.log* !.vscode/extensions.json # dotenv environment variable files -.env -.env.development.local -.env.test.local -.env.production.local -.env.local +# .env +# .env.development.local +# .env.test.local +# .env.production.local +# .env.local # temp directory .temp