21 lines
535 B
Plaintext
21 lines
535 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
|
|
|
|
# Pay app — crypto payments
|
|
FREEDOM_API=https://api-v1.freedom.st
|
|
XPUB_BTC=xpub...
|
|
XPUB_LTC=Ltub...
|
|
XPUB_DOGE=dgub...
|
|
XPUB_DASH=drkp...
|
|
XPUB_BCH=xpub...
|
|
XPUB_XEC=xpub...
|