9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
|
# 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/"
|