mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-23 06:32:28 +08:00
rm runmode
This commit is contained in:
28
conf/app.yml
28
conf/app.yml
@@ -1,7 +1,7 @@
|
||||
# 静态文件版本
|
||||
staticversion: 2
|
||||
# 运行模式 dev or prod
|
||||
runmode: prod
|
||||
# 静态文件版本
|
||||
staticversion: 2
|
||||
# 回收箱保留48小时
|
||||
trash: -48
|
||||
# 定时清理回收箱,%d小时
|
||||
@@ -29,21 +29,15 @@ disqus:
|
||||
url: https://disqus.com/api/3.0/threads/set.json
|
||||
interval: 5
|
||||
# 运行模式
|
||||
modes:
|
||||
dev:
|
||||
# don't modify
|
||||
enablehttp: true
|
||||
httpport: 9000
|
||||
domain: deepzz.com
|
||||
prod:
|
||||
# you can fix certfile, keyfile, domain
|
||||
enablehttp: true
|
||||
httpport: 9000
|
||||
enablehttps: false
|
||||
httpsport: 443
|
||||
certfile: conf/certs/domain.pem
|
||||
keyfile: conf/certs/domain.key
|
||||
domain: deepzz.com
|
||||
mode:
|
||||
# you can fix certfile, keyfile, domain
|
||||
enablehttp: true
|
||||
httpport: 9000
|
||||
enablehttps: false
|
||||
httpsport: 443
|
||||
certfile: conf/certs/domain.pem
|
||||
keyfile: conf/certs/domain.key
|
||||
domain: deepzz.com
|
||||
# twitter地址: //twitter.com/chenqijing2
|
||||
twitter: //twitter.com/chenqijing2
|
||||
# 以下数据初始化用,可在后台修改
|
||||
|
||||
Reference in New Issue
Block a user