fix: harden auth, SSRF, query engine, and cookie security
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Web app + coordinator
|
||||
DATABASE_URL=postgres://pingql:pingql@localhost:5432/pingql
|
||||
MONITOR_TOKEN=changeme-use-a-random-secret
|
||||
EMAIL_HMAC_KEY=changeme-use-a-random-secret
|
||||
# Set to "false" only for local development without HTTPS
|
||||
# COOKIE_SECURE=false
|
||||
|
||||
# Rust monitor
|
||||
COORDINATOR_URL=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user