12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
# 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
|
|
MONITOR_TOKEN=changeme-use-a-random-secret
|
|
RUST_LOG=info
|