···33PORT="8080" # The port your server will listen on
44HOST="localhost" # Hostname for the server
55PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id.
66+DB_PATH=":memory:" # The SQLite database path. Leave as ":memory:" to use a temporary in-memory database.
6778# CORS Settings
89CORS_ORIGIN="http://localhost:*" # Allowed CORS origin, adjust as necessary