dev: fix port numbers in devenv.yml
This commit is contained in:
parent
7edef25b47
commit
218a875b8b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ port: 3030
|
|||
|
||||
db:
|
||||
host: firefish_db
|
||||
port: 25432
|
||||
port: 5432
|
||||
|
||||
db: firefish_db
|
||||
user: firefish
|
||||
|
@ -11,7 +11,7 @@ db:
|
|||
|
||||
redis:
|
||||
host: firefish_redis
|
||||
port: 26379
|
||||
port: 6379
|
||||
|
||||
id: 'aid'
|
||||
|
||||
|
|
Loading…
Reference in a new issue