diff --git a/webapp/.env.local b/webapp/.env.local new file mode 100644 index 0000000..fdbd0cc --- /dev/null +++ b/webapp/.env.local @@ -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 diff --git a/webapp/.gitignore b/webapp/.gitignore index 8f322f0..754c712 100644 --- a/webapp/.gitignore +++ b/webapp/.gitignore @@ -25,7 +25,7 @@ yarn-debug.log* yarn-error.log* # local env files -.env*.local +#.env*.local # vercel .vercel