Commit bcac2dd5 by 杨新年

增加教学系统配置

1 parent 0b075ec4
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!