From 80793587ffcf02d79a2773462ca52325c30bf15e Mon Sep 17 00:00:00 2001 From: yazan Date: Mon, 4 Aug 2025 06:23:45 +0000 Subject: [PATCH] Update worker/.env --- worker/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/.env b/worker/.env index 099e371..b28db0d 100644 --- a/worker/.env +++ b/worker/.env @@ -1 +1 @@ -DB_URI=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/Infinity2?authSource=admin \ 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