diff options
Diffstat (limited to 'web/api/.env.example')
| -rw-r--r-- | web/api/.env.example | 8 |
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 |
