Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
configmap-kpl
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fbd05e1b
authored
Dec 28, 2020
by
xinnian.yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改前端配置文件
1 parent
bbc8829e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
kpl/cfg-kpl-frontend.yaml
kpl/cfg-kpl-frontend.yaml
View file @
fbd05e1
...
@@ -2,13 +2,15 @@ apiVersion: v1
...
@@ -2,13 +2,15 @@ apiVersion: v1
data
:
data
:
production-base.js
:
|
production-base.js
:
|
const productionHost = {
const productionHost = {
'baseUrl': 'kpl_backend/api/v1',
'baseUrl': '/api/v1',
'rootUrl': 'kpl_backend/api/v1',
'rootUrl': '/',
'jupyterRootUrl': 'kpl_backend',
'jupyterRootUrl': '/',
'baseWebSocket': 'kpl_back_socket/api/v1',
'baseWebSocket': '/api/v1',
'apiTestUrl': 'kpl_backend',
'apiTestUrl': '/',
'adminUrl': 'kpl_backend/admin/login',
'adminUrl': '/admin/login',
'mockUrl': '',
}
}
const kpl_stream = 'stream.seetatech.com'
kind
:
ConfigMap
kind
:
ConfigMap
metadata
:
metadata
:
name
:
cfg-kpl-frontend
name
:
cfg-kpl-frontend
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment