Update .env
Browse files
.env
CHANGED
|
@@ -2,19 +2,19 @@
|
|
| 2 |
PORT=7860
|
| 3 |
|
| 4 |
# Worker 1 Configuration
|
| 5 |
-
WORKER_1_URL=https://danicor-
|
| 6 |
WORKER_1_NAME=Translation Worker 1
|
| 7 |
WORKER_1_PRIORITY=1
|
| 8 |
WORKER_1_MAX_CONCURRENT=1
|
| 9 |
|
| 10 |
# Worker 2 Configuration
|
| 11 |
-
WORKER_2_URL=https://danicor-
|
| 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-
|
| 18 |
WORKER_2_NAME=Translation Worker 3
|
| 19 |
WORKER_2_PRIORITY=1
|
| 20 |
WORKER_2_MAX_CONCURRENT=1
|
|
|
|
| 2 |
PORT=7860
|
| 3 |
|
| 4 |
# Worker 1 Configuration
|
| 5 |
+
WORKER_1_URL=https://danicor-w1.hf.space
|
| 6 |
WORKER_1_NAME=Translation Worker 1
|
| 7 |
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
|