diff options
| -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 |