chore: update halo config (#1166)

This commit is contained in:
Ryan Wang 2023-09-09 02:43:05 +08:00 committed by GitHub
parent 00e6fd980d
commit f8d9601421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -23,17 +23,6 @@
"min": 20,
"env_variable": "HALO_DATABASE_PASSWORD"
},
{
"type": "text",
"label": "Initial admin username",
"env_variable": "HALO_ADMIN_USERNAME"
},
{
"type": "text",
"label": "Initial admin password",
"min": 8,
"env_variable": "HALO_ADMIN_PASSWORD"
},
{
"type": "url",
"label": "External url",

View File

@ -27,8 +27,6 @@ services:
- --spring.r2dbc.password=${HALO_DATABASE_PASSWORD}
- --spring.sql.init.platform=postgresql
- --halo.external-url=${HALO_EXTERNAL_URL}
- --halo.security.initializer.superadminusername=${HALO_ADMIN_USERNAME}
- --halo.security.initializer.superadminpassword=${HALO_ADMIN_PASSWORD}
labels:
# Main
traefik.enable: true