Spaces:
Runtime error
Runtime error
Commit ·
09338db
1
Parent(s): 513e2e3
moved rabbit server to port 61786
Browse files- appsettings.json +6 -6
appsettings.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
| 12 |
"LocalSystemUrl": {
|
| 13 |
"ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
|
| 14 |
"IPAddress": "",
|
| 15 |
-
"RabbitHostName": "
|
| 16 |
-
"RabbitPort":
|
| 17 |
"RabbitInstanceName": "ASSrv-LLMService",
|
| 18 |
"RabbitUserName": "usercommonxf1",
|
| 19 |
"RabbitVHost": "/vhostuser",
|
|
@@ -53,9 +53,9 @@
|
|
| 53 |
"LlmSpaceModelID": "Qwen/Qwen3-1.7B",
|
| 54 |
"LlmUseHF": false,
|
| 55 |
"AudioServiceUrls": [
|
| 56 |
-
"https://
|
| 57 |
-
"https://
|
| 58 |
-
"https://
|
| 59 |
],
|
| 60 |
"REDIS_PASSWORD": ".env",
|
| 61 |
"UseTls": true,
|
|
@@ -64,7 +64,7 @@
|
|
| 64 |
"Enabled": true,
|
| 65 |
"Type": "Http",
|
| 66 |
"BaseUrl": "https://cachehttp.readyforquantum.com/api",
|
| 67 |
-
"
|
| 68 |
"TimeoutSeconds": 600,
|
| 69 |
"RetryAttempts": 3
|
| 70 |
}
|
|
|
|
| 12 |
"LocalSystemUrl": {
|
| 13 |
"ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
|
| 14 |
"IPAddress": "",
|
| 15 |
+
"RabbitHostName": "rabbitmq.readyforquantum.com",
|
| 16 |
+
"RabbitPort": 61786,
|
| 17 |
"RabbitInstanceName": "ASSrv-LLMService",
|
| 18 |
"RabbitUserName": "usercommonxf1",
|
| 19 |
"RabbitVHost": "/vhostuser",
|
|
|
|
| 53 |
"LlmSpaceModelID": "Qwen/Qwen3-1.7B",
|
| 54 |
"LlmUseHF": false,
|
| 55 |
"AudioServiceUrls": [
|
| 56 |
+
"https://transcribe.readyforquantum.com",
|
| 57 |
+
"https://transcribe2.readyforquantum.com",
|
| 58 |
+
"https://transcribe3.readyforquantum.com"
|
| 59 |
],
|
| 60 |
"REDIS_PASSWORD": ".env",
|
| 61 |
"UseTls": true,
|
|
|
|
| 64 |
"Enabled": true,
|
| 65 |
"Type": "Http",
|
| 66 |
"BaseUrl": "https://cachehttp.readyforquantum.com/api",
|
| 67 |
+
"API_KEY": ".env",
|
| 68 |
"TimeoutSeconds": 600,
|
| 69 |
"RetryAttempts": 3
|
| 70 |
}
|