Set default configuration of Gitea

This commit is contained in:
Pinyoo Thotaboot
2025-05-20 15:18:07 +07:00
parent 8b1abbcc2c
commit 1b74942919
2 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,11 @@ webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
personal_access_token = "" personal_access_token = ""
shared_secret = "" # webhook secret shared_secret = "" # webhook secret
[gitea]
# Gitea personal access token
personal_access_token=""
webhook_secret="" # webhook secret
[bitbucket] [bitbucket]
# For Bitbucket authentication # For Bitbucket authentication
auth_type = "bearer" # "bearer" or "basic" auth_type = "bearer" # "bearer" or "basic"

View File

@ -278,6 +278,7 @@ push_commands = [
] ]
[gitea_app] [gitea_app]
url = "https://gitea.com"
handle_push_trigger = true handle_push_trigger = true
pr_commands = [ pr_commands = [
"/describe --pr_description.final_update_message=false", "/describe --pr_description.final_update_message=false",