rDrama/env

23 lines
809 B
Plaintext
Raw Normal View History

2022-10-10 09:06:27 +00:00
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"
2022-10-10 09:06:27 +00:00
export PROXY_URL="http://localhost:18080"
2022-11-30 18:38:55 +00:00
export LOG_DIRECTORY="/var/log/rdrama"
2022-11-30 19:13:52 +00:00
export SETTINGS_FILENAME="/site_settings.json"
2022-10-10 09:06:27 +00:00
export GIPHY_KEY="blahblahblah"
2022-11-11 18:34:06 +00:00
export TURNSTILE_SITEKEY="blahblahblah"
export TURNSTILE_SECRET="blahblahblah"
2022-10-10 09:06:27 +00:00
export YOUTUBE_KEY="blahblahblah"
export VAPID_PUBLIC_KEY="blahblahblah"
export VAPID_PRIVATE_KEY="blahblahblah"
2022-10-10 09:06:27 +00:00
export GUMROAD_TOKEN="blahblahblah"
2022-10-17 16:58:15 +00:00
export GUMROAD_LINK="blahblahblah"
export GUMROAD_ID="blahblahblah"
2022-10-10 09:06:27 +00:00
export MAILGUN_KEY="blahblahblah"
export CF_KEY="blahblahblah"
export CF_ZONE="blahblahblah"
export DEBIAN_FRONTEND="noninteractive"