You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
466 B
Bash

# 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