nekoaoxiang commited on
Commit
5cc6322
1 Parent(s): 558c90a

修改配置

Browse files
Files changed (1) hide show
  1. common_config.json +3 -3
common_config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "app_config": {
3
  "locale": {
4
- "default": "auto",
5
  "description": "Locale settings for the application",
6
  "label": "语言",
7
  "type": "string"
8
  },
9
  "server_port": {
10
- "default": 5000,
11
  "description": "Port number for the application, -1 for auto select",
12
  "label": "服务端口",
13
  "type": "integer"
@@ -53,7 +53,7 @@
53
  },
54
  "pure_api_config": {
55
  "tts_port": {
56
- "default": 5000,
57
  "description": "Port number for TTS service",
58
  "label": "tts服务端口",
59
  "type": "integer"
 
1
  {
2
  "app_config": {
3
  "locale": {
4
+ "default": "zh_CN",
5
  "description": "Locale settings for the application",
6
  "label": "语言",
7
  "type": "string"
8
  },
9
  "server_port": {
10
+ "default": 7860,
11
  "description": "Port number for the application, -1 for auto select",
12
  "label": "服务端口",
13
  "type": "integer"
 
53
  },
54
  "pure_api_config": {
55
  "tts_port": {
56
+ "default": 7860,
57
  "description": "Port number for TTS service",
58
  "label": "tts服务端口",
59
  "type": "integer"