Makefile: dev-default SESSION_SECRET so make run works out of the box

This commit is contained in:
2026-08-05 13:47:14 +10:00
parent 133e375b6b
commit 8c44eabeee

View File

@@ -1,5 +1,8 @@
DATABASE_URL ?= postgres://wherewoof:ww_dev_2026@192.168.20.13:5434/wherewoof
SESSION_SECRET ?= dev-secret-change-me # dev only — set a real secret in production
export DATABASE_URL
export SESSION_SECRET
.PHONY: db-up seed run build generate psql