rDrama/env

35 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-03-21 21:31:16 +00:00
export MASTER_KEY="blahblahblah"
2022-02-05 09:36:34 +00:00
export DOMAIN="localhost"
export SITE_NAME="Drama"
2022-03-21 21:31:16 +00:00
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="45ec598cad8462c"
2022-02-05 09:36:34 +00:00
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 READ_ONLY="0"
export BOT_DISABLE="0"
export DEFAULT_TIME_FILTER="all"
2022-03-21 21:31:16 +00:00
export GUMROAD_TOKEN="blahblahblah"
2022-02-05 09:36:34 +00:00
export GUMROAD_LINK="https://marsey1.gumroad.com/l/tfcvri"
export GUMROAD_ID="tfcvri"
2022-02-18 12:27:34 +00:00
export CARD_VIEW="0"
2022-02-05 09:36:34 +00:00
export DISABLE_DOWNVOTES="0"
2022-02-18 12:27:34 +00:00
export DUES="10"
2022-02-05 09:36:34 +00:00
export DEFAULT_THEME="midnight"
2022-02-05 11:31:05 +00:00
export DEFAULT_COLOR="ff66ac"
2022-02-05 09:36:34 +00:00
export MAIL_USERNAME="blahblahblah@gmail.com"
2022-03-21 21:31:16 +00:00
export MAIL_PASSWORD="blahblahblah"
2022-02-05 09:36:34 +00:00
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!"
2022-03-21 21:31:16 +00:00
export CF_KEY="blahblahblah"
export CF_ZONE="blahblahblah"
2022-02-22 13:34:41 +00:00
export DEBIAN_FRONTEND="noninteractive"