mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Enable sending consent cookie.
This commit is contained in:
parent
79ff0404e8
commit
bae104a03b
3 changed files with 9 additions and 0 deletions
|
@ -56,6 +56,10 @@ DISABLE_LBRY:false
|
|||
# How long should unauthenticated subscriptions last for
|
||||
SUBSCRIPTIONS_EXPIRY:30
|
||||
|
||||
# Send consent accepted cookie
|
||||
# This is required for certain features to work in some countries
|
||||
CONSENT_COOKIE:true
|
||||
|
||||
# Sentry DSN
|
||||
# Use Sentry to log errors and trace performance
|
||||
#SENTRY_DSN:INSERT_HERE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue