# Environment Configuration # Server PORT=8080 BASE_URL=https://example.com # Database DATABASE_URL=margin.db # Static Files (path to built frontend) STATIC_DIR=../web/dist # AT Protocol OAuth OAUTH_CLIENT_ID=https://example.com/client-metadata.json OAUTH_CALLBACK_URL=https://example.com/auth/callback OAUTH_KEY_PATH=./oauth_private_key.pem # Production Example: # PORT=443 # BASE_URL=https://margin.at # OAUTH_CLIENT_ID=https://margin.at/client-metadata.json # OAUTH_CALLBACK_URL=https://margin.at/auth/callback