# Settings for asciinema-server. See # https://docs.asciinema.org/manual/server/self-hosting/configuration/ # # This file is read by systemd, so write plain KEY=value lines with no shell # quoting or expansion. # Required. Generate one with: # openssl rand -base64 48 SECRET_KEY_BASE= # Required. The database to connect to. DATABASE_URL=postgresql://asciinema:CHANGEME@localhost/asciinema # Required. The address the server is reachable at, used to build the URLs it # hands out and to decide which Origin headers to accept. URL_HOST=localhost #URL_SCHEME=https #URL_PORT=443 # The address and port to listen on. #BIND_ADDRESS=127.0.0.1 PORT=4000 # Without this, sign-in links are only written to the log. #SMTP_HOST= #SMTP_PORT=587 #SMTP_USERNAME= #SMTP_PASSWORD= #MAIL_FROM=