From afae5b4506dbe4800c91fca3609a579cf49b7b49 Mon Sep 17 00:00:00 2001 From: Degradin Date: Sun, 16 Mar 2025 11:58:19 +0300 Subject: [PATCH] env & gitignore --- .env | 12 +++--------- .gitignore | 1 + 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.env b/.env index b7b120a..0ab7895 100644 --- a/.env +++ b/.env @@ -1,7 +1,5 @@ MONGODB_URI=mongodb://localhost:27017/campfire -JWT_SECRET=your-super-secret-key-change-in-production -<<<<<<< Updated upstream -PORT=3000 + # Telegram Bot TELEGRAM_BOT_TOKEN=7641998551:AAF_2-av1rUy_-icQ1fsfHOyYBGFt8cEmE4 TELEGRAM_APP_ID=your_app_id_here @@ -9,13 +7,9 @@ TELEGRAM_APP_HASH=your_app_hash_here # JWT -JWT_SECRET=your_jwt_secret_here +JWT_SECRET=campfire -# App -NEXT_PUBLIC_APP_URL=http://localhost:3000 -======= -PORT=3001 +# Ap NEXT_PUBLIC_URL=http://localhost:3000 NEXT_PUBLIC_API_URL=http://localhost:3001/api ->>>>>>> Stashed changes NODE_ENV=development \ No newline at end of file diff --git a/.gitignore b/.gitignore index e9b70a6..f10d4ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/settings.json /node_modules /.next +/.next