diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 61e66635..4b881af0 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -1,94 +1,94 @@ -default: &default - # 用户登入的时候设置/登出的时候清空 - autologin_cookie_name: 'autologin_gitlink' - platform_url: 'http://localhost:3000' - - - #附件上传路径 - attachment_folder: '/tmp' - - # webssh相关 - tomcat_webssh: 'https://testwebssh.gitlink.org.cn' - webssh_username: '' - webssh_password: '' - - # git服务地址 - git_address_ip: '' - - #新版git服务地址 - git_address_domain: '' - - # git管理员用户名问题, 适用于git客户端的操作 - git_username: '' - git_password: '' - - ucloud: - public_key: '' - private_key: '' - public_bucket: '' - public_bucket_host: '' - public_cdn_host: '' +defaults: &defaults +# platform_url: 'http://47.96.87.25:81' + platform_url: 'https://testforgeplus.osredm.com' + admin_statistics_url: 'https://test-statistics.osredm.com/admin/index' + weapp: + appid: 'wx2402d86a6b534f77' + secret: 'ae30b06b66cefbb11f0b05e94385ca87' + wechat: + appid: 'wx0955caba88bc37eb' + secret: '6cc80eef2e0b6f43fbf6c8b96b812858' oauth: qq: - appid: 'test' - secret: 'test123456' + appid: '101508858' + secret: '9fbd7cabe2baab33ddf9619de552db0a' wechat: - appid: 'test' - secret: 'test' + appid: 'wx6b119e2d829c13fa' + secret: '0244ac003ea4d01fc768245839a97037' scope: 'snsapi_login' base_url: 'https://api.weixin.qq.com' - aliyun_vod: - access_key_id: 'test' - access_key_secret: 'test' - base_url: 'http://vod.cn-shanghai.aliyuncs.com' - cate_id: '-1' - callback_url: 'callback_url' - signature_key: 'test12345678' - + educoder: + client_id: 'e9ce4d5ba1698d6f7d01d8ee2959776c7a6d743ebe94da2341e288fd2fbf60aa' + client_secret: '6ff84dd75eddd859c5bd0e7a791b58bc5ad1ba4fbb30bc9db37cb0baf9f33012' + base_url: 'https://test-data.educoder.net' + redirect_uri: 'https://testforgeplus.osredm.com/api/auth/educoder/callback' + gitlink: + client_id: 'e9ce4d5ba1698d6f7d01d8ee2959776c7a6d743ebe94da2341e288fd2fbf60aa' + client_secret: '6ff84dd75eddd859c5bd0e7a791b58bc5ad1ba4fbb30bc9db37cb0baf9f33012' + base_url: 'https://testforgeplus.osredm.com' + redirect_uri: 'https://testforgeplus.osredm.com/api/auth/educoder/callback' + openkylin: + client_id: 'd98nktubIMZj2oh9s0gyc8Pw0IulS7OihwEjG5TgzfCpV1U1lKWKnLlXLcwa14qQ' + client_secret: 'CfSUp3f97nBEU6xAtGKffZULM2NYTtrdCpcuSIZCxHvwLfFifD6FET5yMB0N9uFi' + base_url: 'https://ids.openkylin.top' + redirect_uri: 'http://111.8.36.180:8000/api/auth/openkylin/callback' + oauth_educoder: + access_key_secret: '0ea0c9926b0c80f285c393725ff65614' + callback_url_host: 'testforgeplus.osredm.com' + chain_base: "http://106.54.84.172:8000" + ci_db_server_trustie: + adapter: mysql2 + host: "106.75.110.152" + port: "43306" + database: trustie_drone + pool: 5 + username: "root" + password: "R?X:FLI6u,7;" + trustie_drone: + ip_num: "113.31.153.2" + secret: "Dron_123123'" + client_id: '2f445743-6d32-477c-963c-a31240c2927a' + admin_application_id: 184 + admin_token: 'QcOBD2DMexbGXaYj9Toou7X13PEOHMtB' + email: 'drone@admin.com' + avatar_url: 'http://testgitea2.osredm.com/user/avatar/root/-1' gitea: - access_key_id: '' - access_key_secret: '' - domain: 'https://testgit.trustie.net' + access_key_id: 'root' + access_key_secret: '_Trustie_10010' + domain: 'https://testgitea2.osredm.com' base_url: '/api/v1' accelerator: - access_key_id: '' - access_key_secret: '' - access_admin_uid: 1 - domain: 'https://testgit.trustie.net' + access_key_id: 'testforgeroot' + access_key_secret: 'testforge@root123' + access_admin_uid: 44619 + domain: 'https://mirror.osredm.com' base_url: '/api/v1' - - notice: - platform: '' - write_domain: '' - read_domain: '' - base_url: '' - - trace: - domain: '' - base_url: '' - -production: - <<: *default - # 中间层地址 - - cloud_bridge: '' - cloud_tomcat_php: '' - bridge_secret_key: '' - cookie_domain: '.gitlink.org.cn' - - attachment_folder: '' - host_name: 'https://testeduplus2.gitlink.org.cn' - old_edu_host: 'http://testbdweb.gitlink.org.cn' + notice: + platform: 'gitlink' + write_domain: 'http://106.75.31.211:58082' + read_domain: 'http://106.75.31.211:58080' + base_url: '/gns' + forum: + domain: 'https://forum.osredm.com/' + base_url: '/api' + trace: + domain: 'http://153.35.182.228:8010' + base_url: '/v1' + ci_db_server: + adapter: mysql2 + database: drone + port: 43306 + host: 106.75.110.152 + username: root + password: "R?X:FLI6u,7;" + encoding: utf8 development: - <<: *default + <<: *defaults - cloud_bridge: '' - cloud_tomcat_php: '' - host_name: '' - old_edu_host: '' test: - <<: *default - cloud_tomcat_php: 'http://10.9.63.225' - host_name: 'https://testeduplus2.gitlink.org.cn' - old_edu_host: 'http://testbdweb.gitlink.org.cn' + <<: *defaults + +production: + <<: *defaults +