Update .env
Browse files
.env
CHANGED
|
@@ -8,16 +8,16 @@ WORKER_1_PRIORITY=1
|
|
| 8 |
WORKER_1_MAX_CONCURRENT=1
|
| 9 |
|
| 10 |
# Worker 2 Configuration
|
| 11 |
-
WORKER_2_URL=https://danicor-w2.hf.space
|
| 12 |
-
WORKER_2_NAME=Translation Worker 2
|
| 13 |
-
WORKER_2_PRIORITY=1
|
| 14 |
-
WORKER_2_MAX_CONCURRENT=1
|
| 15 |
|
| 16 |
# Worker 3 Configuration
|
| 17 |
-
WORKER_2_URL=https://danicor-w3.hf.space
|
| 18 |
-
WORKER_2_NAME=Translation Worker 3
|
| 19 |
-
WORKER_2_PRIORITY=1
|
| 20 |
-
WORKER_2_MAX_CONCURRENT=1
|
| 21 |
|
| 22 |
|
| 23 |
# Add more workers as needed
|
|
|
|
| 8 |
WORKER_1_MAX_CONCURRENT=1
|
| 9 |
|
| 10 |
# Worker 2 Configuration
|
| 11 |
+
#WORKER_2_URL=https://danicor-w2.hf.space
|
| 12 |
+
#WORKER_2_NAME=Translation Worker 2
|
| 13 |
+
#WORKER_2_PRIORITY=1
|
| 14 |
+
#WORKER_2_MAX_CONCURRENT=1
|
| 15 |
|
| 16 |
# Worker 3 Configuration
|
| 17 |
+
#WORKER_2_URL=https://danicor-w3.hf.space
|
| 18 |
+
#WORKER_2_NAME=Translation Worker 3
|
| 19 |
+
#WORKER_2_PRIORITY=1
|
| 20 |
+
#WORKER_2_MAX_CONCURRENT=1
|
| 21 |
|
| 22 |
|
| 23 |
# Add more workers as needed
|