This commit is contained in:
syuilo 2018-11-06 06:12:51 +09:00
parent 0e14b2eba4
commit 8fd95de25b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
3 changed files with 2 additions and 2 deletions

View file

@ -43,8 +43,8 @@ jobs:
- run:
name: Configure
command: |
cp .ci/default.yml .config
cp .ci/test.yml .config
cp .circleci/misskey/default.yml .config
cp .circleci/misskey/test.yml .config
- run:
name: Build
command: |

View 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: ''

View 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: ''