From 493746b14c1251a45b061d2e3edd9160c929d2b9 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 10 Apr 2026 11:13:34 +0800 Subject: a basic ui and landing web interface for tidyindex.com --- web/ui/.env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/ui/.env.example (limited to 'web/ui/.env.example') diff --git a/web/ui/.env.example b/web/ui/.env.example new file mode 100644 index 0000000..7c46cee --- /dev/null +++ b/web/ui/.env.example @@ -0,0 +1,12 @@ +# Copy to .env and fill in. +# +# Required. Sign the session cookie with something long and random. +# Generate one with: openssl rand -base64 48 +JWT_SECRET=rUEqmzPFEzTx1SS1AC2k8XcXaQwoy6sDmMARjpYFlq6BYA0Dxw1PqcY7S5mVpTWi + +# Optional. Where the SQLite file lives. Defaults to ./data/dashboard.db +DATABASE_PATH=./data/dashboard.db + +# Optional. Base URL the magic-link emails point back at. +# Used when stubbed emails are logged to the console. +PUBLIC_BASE_URL=http://localhost:5174 -- cgit v1.2.3