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