aboutsummaryrefslogtreecommitdiff
path: root/web/api/.env.example
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2026-05-01 09:36:21 +0800
committerbenj <benj@rse8.com>2026-05-01 09:36:21 +0800
commit850f4f826b536d913235e174dc07aef74e51bf60 (patch)
treea2806da6c0ed5c48d21178e0c6c280d5a40ccd38 /web/api/.env.example
parent6605e2cc428e3bdaa174ccc432941eab8c5d61cb (diff)
downloadtidyindex-850f4f826b536d913235e174dc07aef74e51bf60.tar
tidyindex-850f4f826b536d913235e174dc07aef74e51bf60.tar.gz
tidyindex-850f4f826b536d913235e174dc07aef74e51bf60.tar.bz2
tidyindex-850f4f826b536d913235e174dc07aef74e51bf60.tar.lz
tidyindex-850f4f826b536d913235e174dc07aef74e51bf60.tar.xz
tidyindex-850f4f826b536d913235e174dc07aef74e51bf60.tar.zst
tidyindex-850f4f826b536d913235e174dc07aef74e51bf60.zip
irs 990 doc prarsers and some web stuffHEADmaster
Diffstat (limited to '')
-rw-r--r--web/api/.env.example8
1 files changed, 8 insertions, 0 deletions
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