mirror of
https://github.com/grafana/grafana.git
synced 2025-07-24 05:12:12 +08:00
11 lines
230 B
Bash
11 lines
230 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
|