# Production .env for repos (drop in next to docker-compose.yml).
# All values shown are defaults; the only one you'll normally want to
# override is BASE_URL when running behind a reverse proxy on a custom path.

# HTTP port the binary listens on inside the container (Caddy reaches us
# by name on the bythewood-edge network).
PORT=8000

# Where the bare repos live on the host. Mounted into the container in
# docker-compose.yml as a read-only bind.
REPOS_REPO_ROOT=/srv/git

# Public origin used for clone URLs and atom feed self-links.
REPOS_CLONE_BASE=https://repos.bythewood.me

# Optional cosmetics.
REPOS_TITLE=repos
REPOS_TAGLINE=
