summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-05 13:47:57 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-05 13:47:57 +0900
commit3017fa835e8a9078ad479283b8053ed01e81df77 (patch)
tree54f23a6db3d5483de79c29d5136b9a5bbaf2a56a /docs
parentFix bug (diff)
downloadsharkey-3017fa835e8a9078ad479283b8053ed01e81df77.tar.gz
sharkey-3017fa835e8a9078ad479283b8053ed01e81df77.tar.bz2
sharkey-3017fa835e8a9078ad479283b8053ed01e81df77.zip
:v:
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/config.md b/docs/config.md
index a9987c9ceb..45c6b7cfc0 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -49,12 +49,15 @@ sw:
# VAPIDの秘密鍵
private_key:
+# Google Maps API
+google_maps_api_key:
+
# Twitterインテグレーションの設定(利用しない場合は省略可能)
twitter:
# インテグレーション用アプリのコンシューマーキー
- consumer_key:
+ consumer_key:
# インテグレーション用アプリのコンシューマーシークレット
- consumer_secret:
+ consumer_secret:
```