# quotesdb local development environment variables # Copy to .env and customise. The .env file is gitignored — never commit it. # # All variables below are optional for local development. # In production, the Workers runtime uses the D1 binding — DATABASE_URL is unused. # Path to the local SQLite database file used by `cargo run` (native API server). # The file is created automatically on first run; migrations run on startup. DATABASE_URL=./quotesdb.sqlite