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 d9910a3c
authored
Jun 02, 2020
by
ningfd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cfg-kpl-backend.yaml
1 parent
4d887fca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
kpl/cfg-kpl-backend.yaml
kpl/cfg-kpl-backend.yaml
View file @
d9910a3
...
...
@@ -3,6 +3,7 @@ data:
app.yaml
:
|
app:
port: "8919"
quota_rpc_port: ":9999"
# 在autodl core注册的service id, 作为app的唯一标示
service_id: "kpl_service_id" #改成模板,金山云环境该值为kpl3
...
...
@@ -31,7 +32,15 @@ data:
user: mysql_user
password: mysql_password
url: "%s:%s@tcp(%s)/%s?charset=utf8mb4&parseTime=True&loc=Local"
quota_database:
type: "mysql"
host: mysql_host
name: quota_db_name
user: mysql_user
password: mysql_password
url: "%s:%s@tcp(%s)/%s?charset=utf8mb4&parseTime=True&loc=Local"
mongodb:
url: "mongo_host"
...
...
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