# Enter API token retrieved from grafana.com here SM_AGENT_API_TOKEN='' # Backend API server to connect to API_SERVER='synthetic-monitoring-grpc-eu-west.grafana.net:443' # Don't use TLS with connections to GRPC API API_INSECURE="false" # listen address for /metrics and /debug/pprof LISTEN_ADDRESS="127.0.0.1:4031" # verbose logging VERBOSE="true" # debug output (enables verbose) DEBUG="true" # feature flags FEATURES=""