File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
openresty/versions/1.21.4 Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
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" ,
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" ,
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" ,
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}
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments