Skip to content

Commit

Permalink
fix: set default value for attachment storage policy in user center (#…
Browse files Browse the repository at this point in the history
…6853)

#### What type of PR is this?

/area core
/kind bug
/milestone 2.20.x

#### What this PR does / why we need it:

修复首次初始化之后,个人中心使用的附件存储策略没有默认值的问题。

#### Which issue(s) this PR fixes:

Fixes #6834 

#### Does this PR introduce a user-facing change?

```release-note
None
```
  • Loading branch information
ruibaby authored Oct 13, 2024
1 parent a21413e commit 0d8c4bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ data:
"allowRegistration": false,
"mustVerifyEmailOnRegistration": false,
"defaultRole": "guest",
"avatarPolicy": "default-policy"
"avatarPolicy": "default-policy",
"ucAttachmentPolicy": "default-policy"
}
theme: |
{
Expand Down

0 comments on commit 0d8c4bb

Please sign in to comment.