Use 127.0.0.1 for misskey/test.yml (#9320)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
parent
37d137b475
commit
5b2fa1ff5a
4
.github/misskey/test.yml
vendored
4
.github/misskey/test.yml
vendored
|
@ -4,12 +4,12 @@ url: 'http://misskey.local'
|
||||||
port: 61812
|
port: 61812
|
||||||
|
|
||||||
db:
|
db:
|
||||||
host: localhost
|
host: 127.0.0.1
|
||||||
port: 54312
|
port: 54312
|
||||||
db: test-misskey
|
db: test-misskey
|
||||||
user: postgres
|
user: postgres
|
||||||
pass: ''
|
pass: ''
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: 127.0.0.1
|
||||||
port: 56312
|
port: 56312
|
||||||
id: aid
|
id: aid
|
||||||
|
|
Loading…
Reference in a new issue