initial code
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user