initial code

This commit is contained in:
2026-07-15 17:55:53 -06:00
parent 0952a7ffce
commit 05729fc6de
53 changed files with 12965 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
# PostgreSQL connection values. Copy names only; never commit real credentials.
PGHOST=
PGPORT=5432
PGDATABASE=countydata
PGUSER=
PGPASSWORD=
PGSSLMODE=require
# Project-specific HMAC secret for replacing VINs in private analytical data.
# Encode exactly 32 random bytes as 64 hexadecimal characters. Alternatively,
# leave VIN_HASH_KEY empty and store the hex key in .secrets/vin_hmac.key (0600).
VIN_HASH_KEY=
VIN_HASH_KEY_FILE=.secrets/vin_hmac.key
VIN_HASH_KEY_VERSION=v1