mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
12 lines
264 B
Bash
12 lines
264 B
Bash
#!/bin/bash
|
|
|
|
DEFAULT_RUNDIR=e2e/tmp
|
|
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
|
|
HOME_PATH=$PWD/$RUNDIR
|
|
PIDFILE=$RUNDIR/pid
|
|
DEFAULT_PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
|
DEFAULT_HOST=localhost
|
|
DEFAULT_PORT=3001
|
|
DEFAULT_SUITE=suite1
|