rDrama/env_template

21 lines
750 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"
2023-02-01 19:49:39 +00:00
export DONATE_SERVICE="blahblahblah"
export DONATE_LINK="https://blahblahblah"
2022-10-10 09:06:27 +00:00
export CF_KEY="blahblahblah"
export CF_ZONE="blahblahblah"
export DEBIAN_FRONTEND="noninteractive"