You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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: ''
- oauth:
- qq:
- appid: 'test'
- secret: 'test123456'
- wechat:
- appid: 'test'
- secret: 'test'
- 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'
-
- gitea:
- access_key_id: ''
- access_key_secret: ''
- domain: 'https://testgit.trustie.net'
- base_url: '/api/v1'
- accelerator:
- access_key_id: ''
- access_key_secret: ''
- access_admin_uid: 1
- domain: 'https://testgit.trustie.net'
- base_url: '/api/v1'
-
- notice:
- platform: ''
- write_domain: ''
- read_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'
-
- development:
- <<: *default
-
- 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'
|