From bfc193d8cd9aecdb82d585e8b4e101deac60a5bb Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 29 Mar 2018 14:48:47 +0900 Subject: Resolve conflicts --- docs/config.md | 60 ---------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 docs/config.md (limited to 'docs/config.md') diff --git a/docs/config.md b/docs/config.md deleted file mode 100644 index c4a54c0bee..0000000000 --- a/docs/config.md +++ /dev/null @@ -1,60 +0,0 @@ -``` yaml -# サーバーのメンテナ情報 -maintainer: - # メンテナの名前 - name: - - # メンテナの連絡先(URLかmailto形式のURL) - url: - -# (Misskeyを動かす)URL -url: - -# 待受ポート -port: - -# TLSの設定(利用しない場合は省略可能) -https: - # 証明書のパス... - key: - cert: - -# MongoDBの設定 -mongodb: - host: localhost - port: 27017 - db: misskey - user: - pass: - -# Redisの設定 -redis: - host: localhost - port: 6379 - pass: - -# reCAPTCHAの設定 -recaptcha: - site_key: - secret_key: - -# ServiceWrokerの設定 -sw: - # VAPIDの公開鍵 - public_key: - - # VAPIDの秘密鍵 - private_key: - -# Google Maps API -google_maps_api_key: - -# Twitterインテグレーションの設定(利用しない場合は省略可能) -twitter: - # インテグレーション用アプリのコンシューマーキー - consumer_key: - - # インテグレーション用アプリのコンシューマーシークレット - consumer_secret: - -``` -- cgit v1.2.3-freya