From 850f4f826b536d913235e174dc07aef74e51bf60 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 1 May 2026 09:36:21 +0800 Subject: irs 990 doc prarsers and some web stuff --- web/api/.env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 web/api/.env.example (limited to 'web/api/.env.example') diff --git a/web/api/.env.example b/web/api/.env.example new file mode 100644 index 0000000..84d6d73 --- /dev/null +++ b/web/api/.env.example @@ -0,0 +1,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 -- cgit v1.2.3