From ecca4db772d0194c657751e4682091533a78007f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 1 Nov 2021 13:30:11 +0800 Subject: [PATCH] Update config example file --- config.example.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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