Skip to content

Commit e1a43f9

Browse files
feat: 修改halo可编辑项
1 parent f128537 commit e1a43f9

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

apps/halo/versions/2.3.0/config.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"default": "halo",
4444
"random": true,
4545
"rule": "paramCommon",
46-
"envKey": "PANEL_DB_NAME"
46+
"envKey": "PANEL_DB_NAME",
47+
"edit": true
4748
},
4849
{
4950
"type": "text",
@@ -53,7 +54,8 @@
5354
"default": "halo",
5455
"random": true,
5556
"rule": "paramCommon",
56-
"envKey": "PANEL_DB_USER"
57+
"envKey": "PANEL_DB_USER",
58+
"edit": true
5759
},
5860
{
5961
"type": "password",
@@ -63,7 +65,8 @@
6365
"default": "halo",
6466
"random": true,
6567
"rule": "paramComplexity",
66-
"envKey": "PANEL_DB_USER_PASSWORD"
68+
"envKey": "PANEL_DB_USER_PASSWORD",
69+
"edit": true
6770
},
6871
{
6972
"type": "text",
@@ -73,7 +76,8 @@
7376
"default": "admin",
7477
"random": true,
7578
"rule": "paramCommon",
76-
"envKey": "HALO_ADMIN"
79+
"envKey": "HALO_ADMIN",
80+
"edit": true
7781
},
7882
{
7983
"type": "password",
@@ -83,7 +87,8 @@
8387
"default": "halo",
8488
"random": true,
8589
"rule": "paramComplexity",
86-
"envKey": "HALO_ADMIN_PASSWORD"
90+
"envKey": "HALO_ADMIN_PASSWORD",
91+
"edit": true
8792
},
8893
{
8994
"type": "text",
@@ -92,7 +97,8 @@
9297
"required": true,
9398
"default": "http://localhost:8080",
9499
"rule": "paramExtUrl",
95-
"envKey": "HALO_EXTERNAL_URL"
100+
"envKey": "HALO_EXTERNAL_URL",
101+
"edit": true
96102
},
97103
{
98104
"type": "number",
@@ -101,7 +107,8 @@
101107
"required": true,
102108
"default": 8080,
103109
"rule": "paramPort",
104-
"envKey": "PANEL_APP_PORT_HTTP"
110+
"envKey": "PANEL_APP_PORT_HTTP",
111+
"edit": true
105112
}
106113
]
107114
}

apps/openresty/versions/1.21.4/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ services:
1111
- ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/
1212
- ./www:/www
1313
- ./root:/usr/share/nginx/html
14+
- /etc/localtime:/etc/localtime
1415
labels:
1516
createdBy: "Apps"

0 commit comments

Comments
 (0)