# Bind address (use 0.0.0.0 in Docker) HOST=127.0.0.1 # Listen port PORT=4747 # Path to a directory containing bare git repos (softserve's /repos works) KEPLER_REPO_ROOT=./repos # Site name shown in header and feed KEPLER_SITE_NAME=kepler # Public base URL, used for Open Graph / social meta tags KEPLER_BASE_URL=http://localhost:4747 # HTTPS entry in the repo-home Clone menu (URL = /.git). # Point at the host that actually serves git (e.g. softserve). Empty = omit. KEPLER_CLONE_BASE_URL= # SSH (scp-style) entry in the Clone menu (URL = :.git). # Include the user, e.g. git@git.example.com. Empty = omit. # If both clone vars are empty the Clone button is hidden. KEPLER_CLONE_SSH_HOST=