Skip to content

Commit

Permalink
modify default config value
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Mar 22, 2024
1 parent 7559394 commit da75f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ web_render_local =
qq_account = 2314163511
qq_host = "127.0.0.1:11451"
qq_disable_temp_session = false
qq_allow_approve_friend = false
qq_allow_approve_group_invite = false
qq_allow_approve_friend = true
qq_allow_approve_group_invite = true
qq_enable_listening_self_message = false
allow_request_private_ip = false
allow_reload_base = false
Expand Down Expand Up @@ -77,4 +77,4 @@ dice_output_count = 50
dice_output_len = 200
dice_detail_count = 5
dice_count_limit = 10
wordle_disable_image = false
wordle_disable_image = false

0 comments on commit da75f29

Please sign in to comment.