ezrss/env.example

9 lines
285 B
Plaintext
Raw Normal View History

2024-01-21 14:00:46 +00:00
# Copy this to ".env" and tailor it to your needs.
OUT_DIR="./public_html"
PODCAST_NAME="Trash Talk"
PODCAST_DESCRIPTION="This is a podcast about raccoons."
PODCAST_AUTHOR="Racoon"
# Put this in OUT_DIR
IMAGE="raccoon.jpeg"
# End with slash.
PODCAST_WEBROOT="https://test.example.com/"