diff --git a/docker-compose.yml b/docker-compose.yml index c15ac03084..4ab8a43436 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,6 +45,7 @@ services: - GUMROAD_TOKEN=3435tdfsdudebussylmaoxxt43 - GUMROAD_LINK=https://marsey1.gumroad.com/l/tfcvri - CARD_VIEW=1 + - DISABLE_DOWNVOTES=0 links: - "redis" - "postgres" diff --git a/env b/env index c335d238eb..1e7849c8af 100644 --- a/env +++ b/env @@ -35,3 +35,4 @@ export SLOGAN="Dude bussy lmao" export GUMROAD_TOKEN="3435tdfsdudebussylmaoxxt43" export GUMROAD_LINK="https://marsey1.gumroad.com/l/tfcvri" export CARD_VIEW="1" +export DISABLE_DOWNVOTES="0" \ No newline at end of file