mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
10 lines
191 B
Bash
10 lines
191 B
Bash
#!/bin/bash
|
|
|
|
RUNDIR=e2e/tmp
|
|
PIDFILE=$RUNDIR/pid
|
|
PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
|
DEFAULT_HOST=localhost
|
|
DEFAULT_PORT=3001
|
|
DEFAULT_SUITE=suite1
|