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
|
||||
|
||||
db:
|
||||
host: db
|
||||
host: firefish_db
|
||||
port: 25432
|
||||
|
||||
db: firefish_db
|
||||
|
||||
user: firefish
|
||||
pass: password
|
||||
|
||||
redis:
|
||||
host: redis
|
||||
host: firefish_redis
|
||||
port: 26379
|
||||
family: 4
|
||||
|
||||
id: 'aid'
|
||||
|
||||
reservedUsernames:
|
||||
- root
|
||||
- admin
|
||||
- administrator
|
||||
- me
|
||||
- system
|
||||
|
||||
logLevel: [
|
||||
'error',
|
||||
'success',
|
||||
|
|
Loading…
Reference in a new issue