# Margin Server Configuration # Server PORT=8080 BASE_URL=https://example.com # Database (SQLite file path or PostgreSQL connection string) DATABASE_URL=margin.db # Static Files (path to built frontend) STATIC_DIR=../web/dist # OAuth private key for signing requests (auto-generated if missing) OAUTH_KEY_PATH=./oauth_private_key.pem # Optional: Override default ATProto network URLs (you probably don't need these) # BSKY_PUBLIC_API=https://public.api.bsky.app # PLC_DIRECTORY_URL=https://plc.directory # BLOCK_RELAY_URL=wss://jetstream2.us-east.bsky.network/subscribe