Commit 2cd965f6 by tingweiwang

增加edu前端配置文件

1 parent 0c206ce7
Showing with 15 additions and 0 deletions
apiVersion: v1
data:
production-base.js: |
const productionHost = {
'baseUrl': 'kpl_edu_backend/api/v1',
'rootUrl': 'kpl_edu_backend/api/v1',
'jupyterRootUrl': 'kpl_edu_backend',
'baseWebSocket': 'kpl_edu_back_socket/api/v1',
'apiTestUrl': 'kpl_edu_backend',
'adminUrl': 'kpl_edu_backend/admin/login',
}
kind: ConfigMap
metadata:
name: cfg-kpl-edu-frontend
namespace: kpl
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!