Harden sessions, uploads, admin demotion, and HTTP timeouts.
Address PR review findings: renew session tokens on auth, sniff/re-encode avatars, serialize last-admin checks, bound server timeouts, rune-safe truncation, and TEST_DATABASE_URL-only integration tests.
This commit is contained in:
@@ -3,6 +3,8 @@ LISTEN=:8080
|
||||
# Required: PlanetScale Postgres URI (port 5432 so the app can create tables on boot).
|
||||
# Switch to 6432 (PgBouncer) later if you need pooling.
|
||||
DATABASE_URL=postgresql://user:password@host.example.com:5432/postgres?sslmode=verify-full
|
||||
# Required for integration tests (do not point at the runtime DATABASE_URL).
|
||||
# TEST_DATABASE_URL=postgresql://user:password@host.example.com:5432/plumber_test?sslmode=verify-full
|
||||
# Optional: first matching registrant becomes admin only if no admin exists yet.
|
||||
# Later promote/demote via /admin/users (admins only).
|
||||
ADMIN_USERNAME=yourusername
|
||||
|
||||
Reference in New Issue
Block a user