This commit is contained in:
YuleiLan 2020-07-13 20:54:30 +08:00
parent cca0845f24
commit 48b6f0a149
2 changed files with 26 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,5 +4,4 @@ ferry
temp/
!temp
vendor
config/settings.dev.yml
tmp/

26
config/settings.dev.yml Normal file
View File

@ -0,0 +1,26 @@
settings:
application:
domain: localhost:8000
host: 0.0.0.0
ishttps: false
mode: dev
name: testApp
port: "8000"
readtimeout: 1
writertimeout: 2
database:
dbtype: mysql
host: 127.0.0.1
name: ferry_admin
password: 123456
port: 3306
username: root
jwt:
secret: ferry
timeout: 3600
log:
dir: temp/logs
operdb: false
ssl:
key: keystring
pem: temp/pem.pem