fix (dev): fix hostname, minimize devenv config
This commit is contained in:
parent
fd1e18d01b
commit
f90712d624
1 changed files with 2 additions and 11 deletions
|
@ -2,28 +2,19 @@ url: http://localhost:3030
|
||||||
port: 3030
|
port: 3030
|
||||||
|
|
||||||
db:
|
db:
|
||||||
host: db
|
host: firefish_db
|
||||||
port: 25432
|
port: 25432
|
||||||
|
|
||||||
db: firefish_db
|
db: firefish_db
|
||||||
|
|
||||||
user: firefish
|
user: firefish
|
||||||
pass: password
|
pass: password
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: redis
|
host: firefish_redis
|
||||||
port: 26379
|
port: 26379
|
||||||
family: 4
|
|
||||||
|
|
||||||
id: 'aid'
|
id: 'aid'
|
||||||
|
|
||||||
reservedUsernames:
|
|
||||||
- root
|
|
||||||
- admin
|
|
||||||
- administrator
|
|
||||||
- me
|
|
||||||
- system
|
|
||||||
|
|
||||||
logLevel: [
|
logLevel: [
|
||||||
'error',
|
'error',
|
||||||
'success',
|
'success',
|
||||||
|
|
Loading…
Reference in a new issue