From 05b01fc2ef31399321c2ce2ca141b64c78e28710 Mon Sep 17 00:00:00 2001 From: yznahmad Date: Fri, 20 Jun 2025 04:42:38 +0300 Subject: [PATCH] Add schedulerements wwfgdwww ddd --- .env | 2 +- worker/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 51d4bfb..c769146 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ MONGO_INITDB_ROOT_PASSWORD=your_secure_password MONGO_INITDB_DATABASE=Infinity NODE_ENV=production DB_URI=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/Infinity?authSource=admin -NEXT_PUBLIC_API_URL=http://localhost:3000 +NEXT_PUBLIC_API_URL=https://localhost:3000 ADMIN_USERNAME=admin ADMIN_PASSWORD=your_secure_admin_password diff --git a/worker/.env b/worker/.env index 6a2a2d4..b28db0d 100644 --- a/worker/.env +++ b/worker/.env @@ -1 +1 @@ -DB_URI=mongodb+srv://xxx \ No newline at end of file +DB_URI=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/Infinity?authSource=admin \ No newline at end of file