2020-07-17 01:20:25 +08:00
|
|
|
script:
|
2020-07-18 18:00:35 +08:00
|
|
|
path: ./static/scripts
|
2020-07-13 20:54:30 +08:00
|
|
|
settings:
|
|
|
|
application:
|
2020-07-18 18:00:35 +08:00
|
|
|
domain: localhost:8002
|
2020-07-13 20:54:30 +08:00
|
|
|
host: 0.0.0.0
|
|
|
|
ishttps: false
|
|
|
|
mode: dev
|
2020-07-18 19:17:11 +08:00
|
|
|
name: ferry-test
|
2020-07-18 01:43:33 +08:00
|
|
|
port: "8002"
|
2020-07-13 20:54:30 +08:00
|
|
|
readtimeout: 1
|
|
|
|
writertimeout: 2
|
|
|
|
database:
|
|
|
|
dbtype: mysql
|
|
|
|
host: 127.0.0.1
|
2020-07-18 01:43:33 +08:00
|
|
|
name: ferry
|
2020-08-14 22:07:56 +08:00
|
|
|
password: your password
|
2020-07-13 20:54:30 +08:00
|
|
|
port: 3306
|
2020-07-18 01:43:33 +08:00
|
|
|
username: ferry
|
2020-08-15 11:45:00 +08:00
|
|
|
domain: http://192.168.0.100:9527
|
2020-07-26 00:17:43 +08:00
|
|
|
email:
|
|
|
|
alias: ferry
|
|
|
|
host: smtp.163.com
|
2020-08-14 22:07:56 +08:00
|
|
|
pass: your password
|
2020-07-26 00:17:43 +08:00
|
|
|
port: 465
|
|
|
|
user: fdevops@163.com
|
|
|
|
gorm:
|
|
|
|
logmode: 0
|
|
|
|
maxidleconn: 0
|
|
|
|
maxopenconn: 20000
|
2020-07-13 20:54:30 +08:00
|
|
|
jwt:
|
|
|
|
secret: ferry
|
|
|
|
timeout: 3600
|
2020-08-15 23:34:37 +08:00
|
|
|
ldap:
|
2020-08-16 23:16:02 +08:00
|
|
|
basedn: dc=fdevops,dc=com
|
|
|
|
host: localhost
|
2020-08-15 23:34:37 +08:00
|
|
|
port: 389
|
2020-07-13 20:54:30 +08:00
|
|
|
log:
|
2020-08-15 23:34:37 +08:00
|
|
|
compress: 1
|
|
|
|
consolestdout: 1
|
|
|
|
filestdout: 0
|
|
|
|
level: debug
|
|
|
|
localtime: 1
|
|
|
|
maxage: 30
|
|
|
|
maxbackups: 300
|
|
|
|
maxsize: 10240
|
|
|
|
path: ./logs/ferry.log
|
2020-08-15 11:45:00 +08:00
|
|
|
redis:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 6379
|
2020-07-13 20:54:30 +08:00
|
|
|
ssl:
|
|
|
|
key: keystring
|
|
|
|
pem: temp/pem.pem
|