diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 2 insertions, 2 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 |
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: | |||
119 | services: | 119 | services: |
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 |