grafana/e2e/variables

11 lines
241 B
Plaintext
Raw Normal View History

#!/bin/bash
DEFAULT_RUNDIR=e2e/tmp
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
PIDFILE=$RUNDIR/pid
DEFAULT_PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
PROV_DIR=$RUNDIR/conf/provisioning
DEFAULT_HOST=localhost
DEFAULT_PORT=3001
2020-05-12 05:48:26 -05:00
DEFAULT_SUITE=suite1