From bec3ddb2a92fff03e0b38fe5041196f5d67c7705 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 9 Jun 2022 23:48:29 +0200 Subject: [PATCH] support newer version of docker-compose --- env | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/env b/env index 5df6a5920..032ed2a9d 100644 --- a/env +++ b/env @@ -1,34 +1,34 @@ -export FLASK_APP="/service/files/cli:app" -export MASTER_KEY="blahblahblah" -export DOMAIN="localhost" -export SITE_NAME="rDrama" -export GIPHY_KEY="blahblahblah" -export DISCORD_SERVER_ID="blahblahblah" -export DISCORD_CLIENT_ID="blahblahblah" -export DISCORD_CLIENT_SECRET="blahblahblah" -export DISCORD_BOT_TOKEN="blahblahblah" -export HCAPTCHA_SECRET="blahblahblah" -export YOUTUBE_KEY="blahblahblah" -export PUSHER_ID="blahblahblah" -export PUSHER_KEY="blahblahblah" -export IMGUR_KEY="blahblahblah" -export SPAM_SIMILARITY_THRESHOLD="0.5" -export SPAM_URL_SIMILARITY_THRESHOLD="0.1" -export SPAM_SIMILAR_COUNT_THRESHOLD="10" -export COMMENT_SPAM_SIMILAR_THRESHOLD="0.5" -export COMMENT_SPAM_COUNT_THRESHOLD="10" -export DEFAULT_TIME_FILTER="all" -export GUMROAD_TOKEN="blahblahblah" -export GUMROAD_LINK="https://marsey1.gumroad.com/l/tfcvri" -export GUMROAD_ID="tfcvri" -export CARD_VIEW="0" -export DISABLE_DOWNVOTES="0" -export DUES="10" -export DEFAULT_THEME="midnight" -export DEFAULT_COLOR="ff66ac" -export MAIL_USERNAME="blahblahblah@gmail.com" -export MAIL_PASSWORD="blahblahblah" -export DESCRIPTION="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!" -export CF_KEY="blahblahblah" -export CF_ZONE="blahblahblah" -export DEBIAN_FRONTEND="noninteractive" \ No newline at end of file +FLASK_APP=/service/files/cli:app +MASTER_KEY=blahblahblah +DOMAIN=localhost +SITE_NAME=rDrama +GIPHY_KEY=blahblahblah +DISCORD_SERVER_ID=blahblahblah +DISCORD_CLIENT_ID=blahblahblah +DISCORD_CLIENT_SECRET=blahblahblah +DISCORD_BOT_TOKEN=blahblahblah +HCAPTCHA_SECRET=blahblahblah +YOUTUBE_KEY=blahblahblah +PUSHER_ID=blahblahblah +PUSHER_KEY=blahblahblah +IMGUR_KEY=blahblahblah +SPAM_SIMILARITY_THRESHOLD=0.5 +SPAM_URL_SIMILARITY_THRESHOLD=0.1 +SPAM_SIMILAR_COUNT_THRESHOLD=10 +COMMENT_SPAM_SIMILAR_THRESHOLD=0.5 +COMMENT_SPAM_COUNT_THRESHOLD=10 +DEFAULT_TIME_FILTER=all +GUMROAD_TOKEN=blahblahblah +GUMROAD_LINK=https://marsey1.gumroad.com/l/tfcvri +GUMROAD_ID=tfcvri +CARD_VIEW=0 +DISABLE_DOWNVOTES=0 +DUES=10 +DEFAULT_THEME=midnight +DEFAULT_COLOR=ff66ac +MAIL_USERNAME=blahblahblah@gmail.com +MAIL_PASSWORD=blahblahblah +DESCRIPTION=rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all! +CF_KEY=blahblahblah +CF_ZONE=blahblahblah +DEBIAN_FRONTEND=noninteractive \ No newline at end of file