From f0f9e3094de9de8bfad0b2530ddb1d9126db9ace Mon Sep 17 00:00:00 2001 From: yznahmad Date: Thu, 26 Jun 2025 22:46:10 +0300 Subject: [PATCH] Add v1 1220 --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 7ba8a98..7ab0331 100644 --- a/.env +++ b/.env @@ -1,9 +1,10 @@ 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 NODE_ENV=production DB_URI=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/Infinity?authSource=admin -NEXT_PUBLIC_API_URL=https://irongym.yznapps.com + ADMIN_USERNAME=admin ADMIN_PASSWORD=your_secure_admin_password