diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 08:42:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 08:42:24 +0900 |
| commit | 60b9b3f95de8b4edc31067fe0cdb604c51f41c19 (patch) | |
| tree | 097ac07b2423f38a296eb3771a9c8f30977d24c2 | |
| parent | [BREAKING CHANGE] テスト時の設定ファイルを分けるように (diff) | |
| download | misskey-60b9b3f95de8b4edc31067fe0cdb604c51f41c19.tar.gz misskey-60b9b3f95de8b4edc31067fe0cdb604c51f41c19.tar.bz2 misskey-60b9b3f95de8b4edc31067fe0cdb604c51f41c19.zip | |
:v:
| -rw-r--r-- | .ci-files/default.yml (renamed from .ci-files/config.yml) | 0 | ||||
| -rw-r--r-- | .ci-files/test.yml | 26 |
2 files changed, 26 insertions, 0 deletions
diff --git a/.ci-files/config.yml b/.ci-files/default.yml index 1875748d68..1875748d68 100644 --- a/.ci-files/config.yml +++ b/.ci-files/default.yml diff --git a/.ci-files/test.yml b/.ci-files/test.yml new file mode 100644 index 0000000000..f311310c7c --- /dev/null +++ b/.ci-files/test.yml @@ -0,0 +1,26 @@ +maintainer: '@syuilo' +url: 'https://misskey.xyz' +secondary_url: 'https://himasaku.net' +port: 80 +https: + enable: false + key: null + cert: null + ca: null +mongodb: + host: localhost + port: 27017 + db: test-misskey + user: admin + pass: '' +redis: + host: localhost + port: 6379 + pass: '' +elasticsearch: + host: localhost + port: 9200 + pass: '' +recaptcha: + siteKey: hima + secretKey: saku |