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
|
|
|
|
name: testApp
|
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
|
|
|
|
password: ferry@2020
|
2020-07-13 20:54:30 +08:00
|
|
|
port: 3306
|
2020-07-18 01:43:33 +08:00
|
|
|
username: ferry
|
2020-07-13 20:54:30 +08:00
|
|
|
jwt:
|
|
|
|
secret: ferry
|
|
|
|
timeout: 3600
|
|
|
|
log:
|
2020-07-18 01:43:33 +08:00
|
|
|
dir: logs
|
2020-07-13 20:54:30 +08:00
|
|
|
operdb: false
|
|
|
|
ssl:
|
|
|
|
key: keystring
|
|
|
|
pem: temp/pem.pem
|