From 695c8860581b74294b88f031e99d98bf6960ad64 Mon Sep 17 00:00:00 2001 From: yznahmad Date: Thu, 26 Jun 2025 23:12:43 +0300 Subject: [PATCH] Add v1 1220 --- webapp/.env.local | 7 +++++++ webapp/.gitignore | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 webapp/.env.local 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