We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cf303 commit 8bc2fe0Copy full SHA for 8bc2fe0
apps/halo/versions/2.2.0/config.json
@@ -54,7 +54,7 @@
54
"labelZh": "外部访问地址",
55
"labelEn": "External URL",
56
"required": true,
57
- "default": "localhost:8080",
+ "default": "http://localhost:8080",
58
"envKey": "HALO_EXTERNAL_URL"
59
},
60
{
apps/halo/versions/2.2.0/docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
- --spring.r2dbc.username=${PANEL_DB_USER}
16
- --spring.r2dbc.password=${PANEL_DB_USER_PASSWORD}
17
- --spring.sql.init.platform=mysql
18
- - --halo.external-url=http://${HALO_EXTERNAL_URL}
+ - --halo.external-url=${HALO_EXTERNAL_URL}
19
- --halo.security.initializer.superadminusername=${HALO_ADMIN}
20
- --halo.security.initializer.superadminpassword=${HALO_ADMIN_PASSWORD}
21
labels:
0 commit comments