From 4845423eabb93931f0d254e156fe6b572834c63b Mon Sep 17 00:00:00 2001 From: guotao Date: Fri, 28 May 2021 10:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A1=AE=E5=AE=9Elogo?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E3=80=81=E4=B8=AA=E4=BA=BA=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E3=80=81=E5=AF=BC=E8=88=AA=E6=9D=A1=E3=80=81?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=B5=84=E6=96=99=E5=93=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/configuration.yml.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 087062c7..91d9b283 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -49,13 +49,20 @@ default: &default scope: 'read' base_url: 'http://localhost:8080' redirect_uri: 'http://localhost:3030/loginxc' + profile_url: 'https://www.ccyunchina.com/portal/user/information/account' + gitea: access_key_id: 'root' access_key_secret: '_Trustie_10010' domain: 'https://testgitea.trustie.net' base_url: '/api/v1' - + wechat: + appid: + secret: + weapp: + appid: + secret: production: <<: *default