Skip to content

Commit

Permalink
Merge pull request #26 from lanyulei/dev
Browse files Browse the repository at this point in the history
update config file.
  • Loading branch information
lanyulei authored Sep 2, 2020
2 parents c6f135e + bfb9dcd commit b9f5247
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,59 @@ script:
path: ./static/scripts
settings:
application:
mode: prod # dev开发环境 test测试环境 prod线上环境
domain: localhost:8002
host: 0.0.0.0
ishttps: false
mode: prod
name: ferry
port: 8002
readtimeout: 1
writertimeout: 2
domain: localhost:8002
ishttps: false
ssl:
key: keystring
pem: temp/pem.pem
jwt:
secret: ferry
timeout: 3600
database:
name: ferry
dbtype: mysql
host: 127.0.0.1
name: ferry
password: 123456
port: 3306
username: root
redis:
host: 127.0.0.1
port: 6379
domain:
gethost: 1
url: localhost:9527
email:
alias: ferry
host: smtp.163.com
pass: your password
port: 465
user: your username
user: fdevops@163.com
gorm:
logmode: 0
maxidleconn: 0
maxopenconn: 20000
domain: http://192.168.0.100:9527
jwt:
secret: ferry
timeout: 3600
ldap:
anonymousquery: 0
basedn: dc=fdevops,dc=com
bindpwd: 123456
binduserdn: admin
binduserdn: cn=admin,dc=fdevops,dc=com
host: localhost
port: 389
tls: 0
userfield: uid
log:
compress: 1
consolestdout: 1
filestdout: 1
level: info
filestdout: 0
level: debug
localtime: 1
maxAge: 30
maxage: 30
maxbackups: 300
maxsize: 10240
path: ./logs/ferry.log
redis:
host: 127.0.0.1
port: 6379
ssl:
key: keystring
pem: temp/pem.pem

0 comments on commit b9f5247

Please sign in to comment.