Add v1 1220
This commit is contained in:
parent
2a665f61e6
commit
695c886058
7
webapp/.env.local
Normal file
7
webapp/.env.local
Normal 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
2
webapp/.gitignore
vendored
@ -25,7 +25,7 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
#.env*.local
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user