Add v1 1220

This commit is contained in:
yznahmad 2025-06-26 23:12:43 +03:00
parent 2a665f61e6
commit 695c886058
2 changed files with 8 additions and 1 deletions

7
webapp/.env.local Normal file
View File

@ -0,0 +1,7 @@
MONGO_INITDB_ROOT_USERNAME=your_username
MONGO_INITDB_ROOT_PASSWORD=your_secure_password
MONGO_INITDB_DATABASE=Infinity
NEXT_PUBLIC_API_URL=https://irongym.yznapps.com:3000
NODE_ENV=production
DB_URI=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/Infinity?authSource=admin

2
webapp/.gitignore vendored
View File

@ -25,7 +25,7 @@ yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
#.env*.local
# vercel
.vercel