* E2E: Use standalone Image Renderer for tests instead of plugin * E2E: Allow configuring image renderer version if needed
12 lines
251 B
Bash
12 lines
251 B
Bash
#!/usr/bin/env bash
|
|
|
|
DEFAULT_RUNDIR=scripts/grafana-server/tmp
|
|
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
|
|
DEFAULT_ARCH=
|
|
HOME_PATH=$PWD/$RUNDIR
|
|
PIDFILE=$RUNDIR/pid
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
|
DEFAULT_HOST=localhost
|
|
DEFAULT_PORT=3001
|
|
IR_DEFAULT_PORT=8081
|