allinprogram
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
server/config.yaml
|
@ -43,7 +43,7 @@ system: |
|
|
env: 'public' # Change to "develop" to skip authentication for development mode |
|
|
env: 'public' # Change to "develop" to skip authentication for development mode |
|
|
addr: 8888 |
|
|
addr: 8888 |
|
|
db-type: 'mysql' |
|
|
db-type: 'mysql' |
|
|
oss-type: 'local' # 控制oss选择走本期还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置 |
|
|
|
|
|
|
|
|
oss-type: 'local' # 控制oss选择走本地还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置 |
|
|
use-multipoint: false |
|
|
use-multipoint: false |
|
|
|
|
|
|
|
|
# captcha configuration |
|
|
# captcha configuration |
|
@ -85,7 +85,7 @@ autocode: |
|
|
web-form: /view |
|
|
web-form: /view |
|
|
web-table: /view |
|
|
web-table: /view |
|
|
|
|
|
|
|
|
# qiniu configuration (请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址) |
|
|
|
|
|
|
|
|
# qiniu configuration (请自行申请七牛对应的 公钥 私钥 bucket 和 域名地址) |
|
|
qiniu: |
|
|
qiniu: |
|
|
zone: 'ZoneHuaDong' |
|
|
zone: 'ZoneHuaDong' |
|
|
bucket: '' |
|
|
bucket: '' |
|
|