mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
RUNDIR=e2e/tmp
|
||
|
|
PIDFILE=$RUNDIR/pid
|
||
|
|
PACKAGE_FILE=/tmp/workspace/oss/dist/grafana-*linux-amd64.tar.gz
|
||
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
||
|
|
PORT=3001
|