From a85e366ee9f3d10e01f11c765c0d4b58df37d865 Mon Sep 17 00:00:00 2001 From: yznahmad Date: Thu, 26 Jun 2025 23:03:47 +0300 Subject: [PATCH] Add v1 1220 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 7ab0331..c1a1b8c 100644 --- a/.env +++ b/.env @@ -1,7 +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 +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