From 60b9b3f95de8b4edc31067fe0cdb604c51f41c19 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 17 Jan 2017 08:42:24 +0900 Subject: :v: --- .ci-files/config.yml | 26 -------------------------- .ci-files/default.yml | 26 ++++++++++++++++++++++++++ .ci-files/test.yml | 26 ++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 26 deletions(-) delete mode 100644 .ci-files/config.yml create mode 100644 .ci-files/default.yml create mode 100644 .ci-files/test.yml diff --git a/.ci-files/config.yml b/.ci-files/config.yml deleted file mode 100644 index 1875748d68..0000000000 --- a/.ci-files/config.yml +++ /dev/null @@ -1,26 +0,0 @@ -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: misskey - user: syuilo - pass: '' -redis: - host: localhost - port: 6379 - pass: '' -elasticsearch: - host: localhost - port: 9200 - pass: '' -recaptcha: - siteKey: hima - secretKey: saku diff --git a/.ci-files/default.yml b/.ci-files/default.yml new file mode 100644 index 0000000000..1875748d68 --- /dev/null +++ b/.ci-files/default.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: misskey + user: syuilo + pass: '' +redis: + host: localhost + port: 6379 + pass: '' +elasticsearch: + host: localhost + port: 9200 + pass: '' +recaptcha: + siteKey: hima + secretKey: saku 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 -- cgit v1.2.3-freya