aboutsummaryrefslogtreecommitdiff
path: root/web/api/.env.example
blob: 84d6d73ed05494d55afaa484f3c4d19046fe82b5 (plain)
1
2
3
4
5
6
7
8
# Port the dev API server listens on.
PORT=5555

# Path to the SvelteKit UI's SQLite DB. The API reads this directly
# during bootstrap so keys created in the UI work immediately in the API.
# Temporary — replaced when the API moves to Neon/Postgres. Relative to
# web/api/ when running `pnpm dev`.
DATABASE_PATH=../ui/data/dashboard.db