iceshrimp-legacy/docs/config.md

61 lines
967 B
Markdown
Raw Normal View History

``` yaml
# サーバーのメンテナ情報
maintainer:
# メンテナの名前
name:
# メンテナの連絡先(URLかmailto形式のURL)
url:
2018-03-27 07:20:41 +02:00
# (Misskeyを動かす)URL
url:
# 待受ポート
port:
2017-11-25 00:11:58 +01:00
# TLSの設定(利用しない場合は省略可能)
https:
2017-11-25 00:11:58 +01:00
# 証明書のパス...
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:
2018-03-05 05:47:57 +01:00
# Google Maps API
google_maps_api_key:
2017-12-13 12:13:39 +01:00
# Twitterインテグレーションの設定(利用しない場合は省略可能)
twitter:
# インテグレーション用アプリのコンシューマーキー
2018-03-05 05:47:57 +01:00
consumer_key:
2017-12-13 12:13:39 +01:00
# インテグレーション用アプリのコンシューマーシークレット
2018-03-05 05:47:57 +01:00
consumer_secret:
2017-12-13 12:13:39 +01:00
```