Commit 56f7b1f0 by ningfd

Merge branch 'master' into 'change_nginx_config'

增加教学系统配置

See merge request !12
2 parents 9b73bc43 bcac2dd5
Showing with 6 additions and 0 deletions
......@@ -17,6 +17,12 @@ data:
'adminUrl': `${host}/api/v1/admin/ip`,
'baseWebSocket': `${host.replace('http', 'ws')}/api/v1/ip`,
}
//教学平台
const educationHost = {
'hostUrl': `${host}`,
'baseUrl': `${host}/edu/v1`,
'adminUrl': `${host}/edu/v1/admin`,
}
const kplStream = 'kpl_stream'
kind: ConfigMap
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!