Fix missing configurations
This commit is contained in:
parent
f71382516a
commit
738858f261
15
.circleci/v11-node12/default.yml
Normal file
15
.circleci/v11-node12/default.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
url: 'http://misskey.local'
|
||||||
|
port: 80
|
||||||
|
db:
|
||||||
|
host: localhost
|
||||||
|
port: 5432
|
||||||
|
db: misskey
|
||||||
|
user: syuilo
|
||||||
|
pass: ''
|
||||||
|
drive:
|
||||||
|
storage: 'fs'
|
||||||
|
redis:
|
||||||
|
host: localhost
|
||||||
|
port: 6379
|
||||||
|
pass: ''
|
||||||
|
id: 'aid'
|
15
.circleci/v11-node12/test.yml
Normal file
15
.circleci/v11-node12/test.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
url: 'http://misskey.local'
|
||||||
|
port: 80
|
||||||
|
db:
|
||||||
|
host: localhost
|
||||||
|
port: 5432
|
||||||
|
db: test-misskey
|
||||||
|
user: admin
|
||||||
|
pass: ''
|
||||||
|
drive:
|
||||||
|
storage: 'fs'
|
||||||
|
redis:
|
||||||
|
host: localhost
|
||||||
|
port: 6379
|
||||||
|
pass: ''
|
||||||
|
id: 'aid'
|
Loading…
Reference in New Issue
Block a user