21 lines
750 B
Plaintext
21 lines
750 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 TURNSTILE_SITEKEY='blahblahblah'
|
|
export TURNSTILE_SECRET='blahblahblah'
|
|
export YOUTUBE_KEY='blahblahblah'
|
|
export VAPID_PUBLIC_KEY='blahblahblah'
|
|
export VAPID_PRIVATE_KEY='blahblahblah'
|
|
export DONATE_SERVICE='blahblahblah'
|
|
export DONATE_LINK='https://blahblahblah'
|
|
export CF_KEY='blahblahblah'
|
|
export CF_ZONE='blahblahblah'
|
|
export DEBIAN_FRONTEND='noninteractive'
|