env & gitignore

This commit is contained in:
Degradin 2025-03-16 11:58:19 +03:00
parent 66ff498fa0
commit afae5b4506
2 changed files with 4 additions and 9 deletions

12
.env
View File

@ -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

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode/settings.json
/node_modules
/.next
/.next