You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/config/configuration.yml.example

86 lines
2.4 KiB

default: &default
# 用户登入的时候设置/登出的时候清空
autologin_cookie_name: 'autologin_trustie'
#附件上传路径
attachment_folder: '/tmp'
# webssh相关
tomcat_webssh: 'https://testwebssh.educoder.net'
webssh_username: 'root'
webssh_password: '123123'
# git服务地址
git_address_ip: 'http://10.9.73.116:8891'
#新版git服务地址
git_address_domain: 'http://testbdgit2.educoder.net'
# git管理员用户名问题, 适用于git客户端的操作
git_username: 'edugit'
git_password: 'xinedugit#'
ucloud:
public_key: 'z7AAP5vtgm8UsbLIfbHodzb+iqH2vPz0sqK+jS4Kx7Nt9D6SgpLkKA=='
private_key: 'f3cb7907a54957953aebb32508b853934a9d3e91'
public_bucket: 'educoer'
public_bucket_host: 'http://educoer.cn-bj.ufileos.com'
public_cdn_host: 'http://educoer.ufile.ucloud.com.cn'
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: 'http://47.96.87.25:48080/api/callbacks/aliyun_vod.json'
signature_key: 'test12345678'
gitea:
access_key_id: 'root'
access_key_secret: '_Trustie_10010'
domain: 'https://testgitea.trustie.net'
base_url: '/api/v1'
production:
<<: *default
# 中间层地址
#同步到trustie的token和url
sync_token: "34c82f51e0b699d9d16d70fd6497c9b1e4821d6ea3e872558a6537a091076b8e"
sync_url: "https://www.trustie.net"
cloud_bridge: 'http://10.9.63.225:8890'
cloud_tomcat_php: 'http://10.9.63.225'
bridge_secret_key: 'priEn3UwXfJs3PmyXnSG'
cookie_domain: '.educoder.net'
attachment_folder: '/home/pdl/eduplus2/files'
host_name: 'https://testeduplus2.educoder.net'
old_edu_host: 'http://testbdweb.educoder.net'
development:
<<: *default
#同步到trustie的token和url
sync_token: "34c82f51e0b699d9d16d70fd6497c9b1e4821d6ea3e872558a6537a091076b8e"
sync_url: "http://127.0.0.1:3000"
cloud_bridge: 'http://10.9.63.225:8890'
cloud_tomcat_php: 'http://10.9.63.225'
host_name: 'https://testeduplus2.educoder.net'
old_edu_host: 'http://testbdweb.educoder.net'
test:
<<: *default
cloud_tomcat_php: 'http://10.9.63.225'
host_name: 'https://testeduplus2.educoder.net'
old_edu_host: 'http://testbdweb.educoder.net'