mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
feat: 修改 HALO_EXTERNAL_URL 默认值
This commit is contained in:
parent
0915489b45
commit
c6cf30315a
@ -54,7 +54,7 @@
|
||||
"labelZh": "外部访问地址",
|
||||
"labelEn": "External URL",
|
||||
"required": true,
|
||||
"default": "localhost",
|
||||
"default": "localhost:8080",
|
||||
"envKey": "HALO_EXTERNAL_URL"
|
||||
},
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- --spring.r2dbc.username=${PANEL_DB_USER}
|
||||
- --spring.r2dbc.password=${PANEL_DB_USER_PASSWORD}
|
||||
- --spring.sql.init.platform=mysql
|
||||
- --halo.external-url=http://${HALO_EXTERNAL_URL}:${PANEL_APP_PORT_HTTP}/
|
||||
- --halo.external-url=http://${HALO_EXTERNAL_URL}
|
||||
- --halo.security.initializer.superadminusername=${HALO_ADMIN}
|
||||
- --halo.security.initializer.superadminpassword=${HALO_ADMIN_PASSWORD}
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user