提交 c7b2bcad 作者: Administrator

更新 rancher-compose.yml

上级 a85979e5
...@@ -15,20 +15,6 @@ catalog: ...@@ -15,20 +15,6 @@ catalog:
default: "" default: ""
required: true required: true
type: string type: string
- variable: redis_pass
label: REDIS密码
description: |
Redis登录密码
default: ""
required: true
type: string
- variable: db_pass
label: MYSQL密码
description: |
数据库登录密码
default: ""
required: true
type: string
- variable: db_host - variable: db_host
label: MYSQL连接地址 label: MYSQL连接地址
description: | description: |
...@@ -43,6 +29,13 @@ catalog: ...@@ -43,6 +29,13 @@ catalog:
default: "root" default: "root"
required: true required: true
type: string type: string
- variable: db_pass
label: MYSQL密码
description: |
数据库登录密码
default: ""
required: true
type: string
- variable: redis_host - variable: redis_host
label: REDIS连接地址 label: REDIS连接地址
description: | description: |
...@@ -50,6 +43,13 @@ catalog: ...@@ -50,6 +43,13 @@ catalog:
default: "redis" default: "redis"
required: true required: true
type: string type: string
- variable: redis_pass
label: REDIS密码
description: |
Redis登录密码
default: ""
required: true
type: string
- variable: upload - variable: upload
label: PHP上传大小 label: PHP上传大小
description: | description: |
...@@ -57,3 +57,31 @@ catalog: ...@@ -57,3 +57,31 @@ catalog:
default: 128 default: 128
required: true required: true
type: int type: int
- variable: um_api_key
label: 友盟统计api_key
description: |
友盟统计api_key
default: "4943719"
required: true
type: string
- variable: um_api_security
label: 友盟统计api_security
description: |
友盟统计api_security
default: "r4FlsJEty8bi"
required: true
type: string
- variable: um_api_key_ios
label: ios_key
description: |
ios_key
default: ""
required: true
type: string
- variable: um_api_key_android
label: android_key
description: |
android_key
default: ""
required: true
type: string
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论