Fix missing configurations
This commit is contained in:
parent
f71382516a
commit
738858f261
2 changed files with 30 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue