aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-31 11:04:34 +0200
committerChocobozzz <me@florianbigard.com>2018-05-31 11:04:34 +0200
commit351d5225d6a4fe6863f760f02454eac88f730607 (patch)
treef1f85c2cba2d59043c2d5d8f22252cf2f214299f /config/production.yaml.example
parent8e53163fbd14e3cb3b81cbb236cbc4659e03b307 (diff)
downloadPeerTube-351d5225d6a4fe6863f760f02454eac88f730607.tar.gz
PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.tar.zst
PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.zip
Improve Twitter config help
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index a11f0a1d6..8012134cc 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -119,7 +119,7 @@ instance:
119services: 119services:
120 # Cards configuration to format video in Twitter 120 # Cards configuration to format video in Twitter
121 twitter: 121 twitter:
122 username: '@Chocobozzz' # The Twitter @username the card should be attributed to 122 username: '@Chocobozzz' # Indicates the Twitter account for the website or platform on which the content was published
123 # If true, a video player will be embedded in the Twitter feed on PeerTube video share 123 # If true, a video player will be embedded in the Twitter feed on PeerTube video share
124 # If false, we use an image link card that will redirect on your PeerTube instance 124 # If false, we use an image link card that will redirect on your PeerTube instance
125 # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted 125 # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted