From 60b9b3f95de8b4edc31067fe0cdb604c51f41c19 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 17 Jan 2017 08:42:24 +0900 Subject: [PATCH] :v: --- .ci-files/{config.yml => default.yml} | 0 .ci-files/test.yml | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+) rename .ci-files/{config.yml => default.yml} (100%) create mode 100644 .ci-files/test.yml 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