Separate ways

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-05-12 17:39:58 +09:00
parent 95f0c50c37
commit b5e2a3bc55
No known key found for this signature in database
GPG Key ID: 5388F56C75B677A1
4 changed files with 29 additions and 0 deletions

14
.circleci/v11/default.yml Normal file
View 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
View 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: ''