fix .circleci/misskey/test.yml
This commit is contained in:
parent
34a0fe33d9
commit
9520322002
|
@ -1,13 +1,12 @@
|
||||||
url: 'http://misskey.local'
|
url: 'http://misskey.local'
|
||||||
port: 80
|
port: 80
|
||||||
mongodb:
|
db:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 27017
|
port: 5432
|
||||||
db: test-misskey
|
db: test-misskey
|
||||||
user: admin
|
user: postgres
|
||||||
pass: ''
|
pass: ''
|
||||||
# __REDIS__
|
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6379
|
port: 6379
|
||||||
pass: ''
|
id: aid
|
||||||
|
|
Loading…
Reference in New Issue