env & gitignore
This commit is contained in:
parent
66ff498fa0
commit
afae5b4506
12
.env
12
.env
@ -1,7 +1,5 @@
|
|||||||
MONGODB_URI=mongodb://localhost:27017/campfire
|
MONGODB_URI=mongodb://localhost:27017/campfire
|
||||||
JWT_SECRET=your-super-secret-key-change-in-production
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
PORT=3000
|
|
||||||
# Telegram Bot
|
# Telegram Bot
|
||||||
TELEGRAM_BOT_TOKEN=7641998551:AAF_2-av1rUy_-icQ1fsfHOyYBGFt8cEmE4
|
TELEGRAM_BOT_TOKEN=7641998551:AAF_2-av1rUy_-icQ1fsfHOyYBGFt8cEmE4
|
||||||
TELEGRAM_APP_ID=your_app_id_here
|
TELEGRAM_APP_ID=your_app_id_here
|
||||||
@ -9,13 +7,9 @@ TELEGRAM_APP_HASH=your_app_hash_here
|
|||||||
|
|
||||||
|
|
||||||
# JWT
|
# JWT
|
||||||
JWT_SECRET=your_jwt_secret_here
|
JWT_SECRET=campfire
|
||||||
|
|
||||||
# App
|
# Ap
|
||||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
||||||
=======
|
|
||||||
PORT=3001
|
|
||||||
NEXT_PUBLIC_URL=http://localhost:3000
|
NEXT_PUBLIC_URL=http://localhost:3000
|
||||||
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
||||||
>>>>>>> Stashed changes
|
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
/node_modules
|
/node_modules
|
||||||
/.next
|
/.next
|
||||||
|
/.next
|
||||||
|
Loading…
Reference in New Issue
Block a user