Create write-only user, default to custom grafana

This commit is contained in:
Michael Vines
2019-06-11 13:22:47 -07:00
parent 6042ccf496
commit fc34687687
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SOLANA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/../.. || exit 1; pwd)"
export SOLANA_METRICS_CONFIG="host=http://localhost:8086,db=testnet,u=admin,p=admin"
export SOLANA_METRICS_CONFIG="host=http://localhost:8086,db=testnet,u=write,p=write"
# shellcheck source=scripts/configure-metrics.sh
source "$SOLANA_ROOT"/scripts/configure-metrics.sh