Commit d9910a3c by ningfd

Update cfg-kpl-backend.yaml

1 parent 4d887fca
Showing with 10 additions and 1 deletions
......@@ -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"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!