Skip to content

Commit

Permalink
conf: update app.sample.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Jan 10, 2024
1 parent 634b26b commit 9894638
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conf/app.sample.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,26 @@ password = ""
domain = "https://www.recaptcha.net"
site_key = ""
server_key = ""
turnstile_style = false

[upload]
default_avatar = ""
default_background = ""

# User avatar and background.
aliyun_endpoint = ""
aliyun_access_id = ""
aliyun_access_secret = ""
aliyun_bucket = ""
aliyun_bucket_cdn_host = ""

# User uploaded images.
image_endpoint = ""
image_access_id = ""
image_access_secret = ""
image_bucket = ""
image_bucket_cdn_host = ""

[mail]
account = ""
password = ""
Expand Down

0 comments on commit 9894638

Please sign in to comment.