diff --git a/client-config/super-boot-operation-center-dev.yml b/client-config/super-boot-operation-center-dev.yml index 0918bd6..333f25f 100644 --- a/client-config/super-boot-operation-center-dev.yml +++ b/client-config/super-boot-operation-center-dev.yml @@ -36,7 +36,7 @@ spring: #启用安全配置 security: basic: - enabled: true + enabled: false user: name: superboot #用户名 password: superboot #密码 diff --git a/client-config/super-boot-operation-center-prod.yml b/client-config/super-boot-operation-center-prod.yml index e00b860..33d2a65 100644 --- a/client-config/super-boot-operation-center-prod.yml +++ b/client-config/super-boot-operation-center-prod.yml @@ -36,7 +36,7 @@ spring: #启用安全配置 security: basic: - enabled: true + enabled: false user: name: superboot #用户名 password: superboot #密码