fix bug.
This commit is contained in:
parent
cca0845f24
commit
48b6f0a149
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,5 +4,4 @@ ferry
|
||||
temp/
|
||||
!temp
|
||||
vendor
|
||||
config/settings.dev.yml
|
||||
tmp/
|
26
config/settings.dev.yml
Normal file
26
config/settings.dev.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user