整理
This commit is contained in:
parent
0e14b2eba4
commit
8fd95de25b
3 changed files with 2 additions and 2 deletions
15
.circleci/misskey/default.yml
Normal file
15
.circleci/misskey/default.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
maintainer:
|
||||
name: syuilo
|
||||
url: 'https://syuilo.com'
|
||||
url: 'http://misskey.local'
|
||||
port: 80
|
||||
mongodb:
|
||||
host: localhost
|
||||
port: 27017
|
||||
db: misskey
|
||||
user: syuilo
|
||||
pass: ''
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
pass: ''
|
||||
16
.circleci/misskey/test.yml
Normal file
16
.circleci/misskey/test.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
maintainer:
|
||||
name: syuilo
|
||||
url: 'https://syuilo.com'
|
||||
url: 'http://misskey.local'
|
||||
port: 80
|
||||
mongodb:
|
||||
host: localhost
|
||||
port: 27017
|
||||
db: test-misskey
|
||||
user: admin
|
||||
pass: ''
|
||||
# __REDIS__
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
pass: ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue