Update config example file

This commit is contained in:
Lunny Xiao 2021-11-01 13:30:11 +08:00
parent ab3694d136
commit ecca4db772
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,7 @@ OAuth2:
Domain: localhost Domain: localhost
DomainIP: localhost DomainIP: localhost
PRParentDomain: gitea.io
WebhookSecretKey: '' WebhookSecretKey: ''
CodeCacheDir: './data' CodeCacheDir: './data'
CloudflareToken: '' CloudflareToken: ''
@ -14,4 +15,6 @@ CloudflareEmail: ''
Proxy: Proxy:
Enabled: false Enabled: false
ProxyURL: 'socks5:127.0.0.1:1080' ProxyURL: 'socks5:127.0.0.1:1080'
ProxyHosts: github.com ProxyHosts: github.com
DBConnStr: 'root:@tcp(localhost)/pr-deployer?charset=utf8mb4'
DockerComposeTemplateFile: ./docker-compose.yml