9 lines
238 B
Bash
9 lines
238 B
Bash
# Web app + coordinator
|
|
DATABASE_URL=postgres://pingql:pingql@localhost:5432/pingql
|
|
MONITOR_TOKEN=changeme-use-a-random-secret
|
|
|
|
# Rust monitor
|
|
COORDINATOR_URL=http://localhost:3000
|
|
MONITOR_TOKEN=changeme-use-a-random-secret
|
|
RUST_LOG=info
|