diff --git a/.ci-files/config.yml b/.ci-files/default.yml similarity index 100% rename from .ci-files/config.yml rename to .ci-files/default.yml diff --git a/.ci-files/test.yml b/.ci-files/test.yml new file mode 100644 index 000000000..f311310c7 --- /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