diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-31 11:04:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-31 11:04:34 +0200 |
commit | 351d5225d6a4fe6863f760f02454eac88f730607 (patch) | |
tree | f1f85c2cba2d59043c2d5d8f22252cf2f214299f /config/default.yaml | |
parent | 8e53163fbd14e3cb3b81cbb236cbc4659e03b307 (diff) | |
download | PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.tar.gz PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.tar.zst PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.zip |
Improve Twitter config help
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index b5ad0a8f2..5868ba002 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -105,7 +105,7 @@ instance: | |||
105 | services: | 105 | services: |
106 | # Cards configuration to format video in Twitter | 106 | # Cards configuration to format video in Twitter |
107 | twitter: | 107 | twitter: |
108 | username: '@Chocobozzz' # The Twitter @username the card should be attributed to | 108 | username: '@Chocobozzz' # Indicates the Twitter account for the website or platform on which the content was published |
109 | # If true, a video player will be embedded in the Twitter feed on PeerTube video share | 109 | # If true, a video player will be embedded in the Twitter feed on PeerTube video share |
110 | # If false, we use an image link card that will redirect on your PeerTube instance | 110 | # If false, we use an image link card that will redirect on your PeerTube instance |
111 | # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted | 111 | # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted |