40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
export FLASK_APP="/rDrama/files/cli:app"
|
|
export SITE="localhost"
|
|
export SITE_HOSTS="localhost,127.0.0.1"
|
|
export SITE_NAME="rDrama"
|
|
export SECRET_KEY="blahblahblah"
|
|
export DATABASE_URL="postgresql://postgres@localhost:5432"
|
|
export REDIS_URL="redis://localhost:6379"
|
|
export PROXY_URL="http://localhost:18080"
|
|
export GIPHY_KEY="blahblahblah"
|
|
export DISCORD_BOT_TOKEN="blahblahblah"
|
|
export HCAPTCHA_SITEKEY="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="blahblahblah"
|
|
export GUMROAD_ID="blahblahblah"
|
|
export CARD_VIEW="0"
|
|
export DISABLE_DOWNVOTES="0"
|
|
export DUES="0"
|
|
export DEFAULT_THEME="midnight"
|
|
export DEFAULT_COLOR="805ad5"
|
|
export EMAIL="blahblahblah@gmail.com"
|
|
export MAILGUN_KEY="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"
|
|
export NODE_VERSION="16.13.0"
|
|
export NVM_DIR="/root/.nvm"
|
|
export TELEGRAM_LINK="blahblahblah"
|