diff --git a/config.example.yaml b/config.example.yaml index f26d890..6eed43b 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -7,6 +7,7 @@ OAuth2: Domain: localhost DomainIP: localhost +PRParentDomain: gitea.io WebhookSecretKey: '' CodeCacheDir: './data' CloudflareToken: '' @@ -14,4 +15,6 @@ CloudflareEmail: '' Proxy: Enabled: false ProxyURL: 'socks5:127.0.0.1:1080' - ProxyHosts: github.com \ No newline at end of file + ProxyHosts: github.com +DBConnStr: 'root:@tcp(localhost)/pr-deployer?charset=utf8mb4' +DockerComposeTemplateFile: ./docker-compose.yml \ No newline at end of file