Separate ways
This commit is contained in:
parent
95f0c50c37
commit
b5e2a3bc55
14
.circleci/v11/default.yml
Normal file
14
.circleci/v11/default.yml
Normal file
@ -0,0 +1,14 @@
|
||||
url: 'http://misskey.local'
|
||||
port: 80
|
||||
mongodb:
|
||||
host: localhost
|
||||
port: 27017
|
||||
db: misskey
|
||||
user: syuilo
|
||||
pass: ''
|
||||
drive:
|
||||
storage: 'db'
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
pass: ''
|
15
.circleci/v11/test.yml
Normal file
15
.circleci/v11/test.yml
Normal file
@ -0,0 +1,15 @@
|
||||
url: 'http://misskey.local'
|
||||
port: 80
|
||||
mongodb:
|
||||
host: localhost
|
||||
port: 27017
|
||||
db: test-misskey
|
||||
user: admin
|
||||
pass: ''
|
||||
drive:
|
||||
storage: 'db'
|
||||
# __REDIS__
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
pass: ''
|
Loading…
x
Reference in New Issue
Block a user