support set gravatar as user avatar provider

This commit is contained in:
MaysWind
2023-07-01 00:51:45 +08:00
parent a8b76d5537
commit 652b3e1954
7 changed files with 61 additions and 2 deletions
+5
View File
@@ -106,6 +106,11 @@ request_id_header = true
# Set to true to allow users to register account by themselves
enable_register = true
# User avatar provider, supports the following types:
# "gravatar": https://gravatar.com
# Leave blank if you want to disable user avatar
avatar_provider =
[data]
# Set to true to allow users to export their data
enable_export = true