# Environment Configuration PORT="8080" # The port your server will listen on HOST="127.0.0.1" # Hostname for the server PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id. # DB_PATH="./statusphere.sqlite3" # The SQLite database path. Leave commented out to use a temporary in-memory database.