2020-03-13 14:34:25 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
RUNDIR=e2e/tmp
|
|
|
|
|
PIDFILE=$RUNDIR/pid
|
2020-03-27 14:47:42 +01:00
|
|
|
PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
|
2020-03-13 14:34:25 +01:00
|
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
2020-05-03 13:51:30 +02:00
|
|
|
DEFAULT_HOST=localhost
|
|
|
|
|
DEFAULT_PORT=3001
|
2020-05-12 12:48:26 +02:00
|
|
|
DEFAULT_SUITE=suite1
|