feat: 删除 halo 的用户名/密码配置

This commit is contained in:
zhengkunwang223 2023-09-11 15:30:51 +08:00
parent 84b16d127f
commit ca30c8a7a0
2 changed files with 2 additions and 19 deletions

View File

@ -40,21 +40,6 @@ additionalProperties:
required: true required: true
rule: paramComplexity rule: paramComplexity
type: password type: password
- default: admin
envKey: HALO_ADMIN
labelEn: Admin Username
labelZh: 超级管理员用户名
required: true
rule: paramSimple
type: text
- default: halo
envKey: HALO_ADMIN_PASSWORD
labelEn: Admin Password
labelZh: 超级管理员密码
random: true
required: true
rule: paramComplexity
type: password
- default: http://localhost:8080 - default: http://localhost:8080
edit: true edit: true
envKey: HALO_EXTERNAL_URL envKey: HALO_EXTERNAL_URL

View File

@ -17,13 +17,11 @@ services:
retries: 5 retries: 5
start_period: 30s start_period: 30s
command: command:
- --spring.r2dbc.url=r2dbc:pool:${HALO_PLATFORM}://${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME} - --spring.r2dbc.url=r2dbc:pool:${PANEL_DB_TYPE}://${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}
- --spring.r2dbc.username=${PANEL_DB_USER} - --spring.r2dbc.username=${PANEL_DB_USER}
- --spring.r2dbc.password=${PANEL_DB_USER_PASSWORD} - --spring.r2dbc.password=${PANEL_DB_USER_PASSWORD}
- --spring.sql.init.platform=${HALO_PLATFORM} - --spring.sql.init.platform=${PANEL_DB_TYPE}
- --halo.external-url=${HALO_EXTERNAL_URL} - --halo.external-url=${HALO_EXTERNAL_URL}
- --halo.security.initializer.superadminusername=${HALO_ADMIN}
- --halo.security.initializer.superadminpassword=${HALO_ADMIN_PASSWORD}
labels: labels:
createdBy: "Apps" createdBy: "Apps"
networks: networks: