blob: ccd7c2b508be8a9bc007dd2feb5f972516af8043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# the webpage directory
WDIR=/srv/http/tmp
LDIR=$WDIR/live
GDIR=$WDIR/graphs/gold
# the root directory
KREBSDIR=/krebs
MDIR=$KREBSDIR/gold/scoreboard
# folder where plot configs are written into
PDIR=$MDIR/plot
# the archive directory
ADIR=$MDIR/archive
TEMPDIR=/tmp
# bitcoinslc login/password
BITCOINSLC_MAIL=
BITCOINSLC_PASS=
# binaries
SOLIDCOIND_PATH=/root/bin/solidcoind
BITCOIND_PATH=/root/bin/bitcoind
# BTCGUILD
BTCGUILD_APIKEY=
|