26 lines
913 B
Plaintext
26 lines
913 B
Plaintext
export FLASK_APP="/rDrama/files/cli:app"
|
|
export SITE="localhost"
|
|
export SITE_NAME="rDrama"
|
|
export SECRET_KEY="blahblahblah"
|
|
export DATABASE_URL="postgresql://postgres@postgres:5432"
|
|
export REDIS_URL="redis://redis:6379"
|
|
export PROXY_URL="http://localhost:18080"
|
|
export LOG_DIRECTORY="/var/log/rdrama"
|
|
export SETTINGS_FILENAME="/site_settings.json"
|
|
export GIPHY_KEY="blahblahblah"
|
|
export DISCORD_BOT_TOKEN="blahblahblah"
|
|
export TURNSTILE_SITEKEY="blahblahblah"
|
|
export TURNSTILE_SECRET="blahblahblah"
|
|
export YOUTUBE_KEY="blahblahblah"
|
|
export VAPID_PUBLIC_KEY="blahblahblah"
|
|
export VAPID_PRIVATE_KEY="blahblahblah"
|
|
export GUMROAD_TOKEN="blahblahblah"
|
|
export GUMROAD_LINK="blahblahblah"
|
|
export GUMROAD_ID="blahblahblah"
|
|
export MAILGUN_KEY="blahblahblah"
|
|
export CF_KEY="blahblahblah"
|
|
export CF_ZONE="blahblahblah"
|
|
export DEBIAN_FRONTEND="noninteractive"
|
|
export NODE_VERSION="16.13.0"
|
|
export NVM_DIRECTORY="/root/.nvm"
|