diff options
author | tv <tv@xso> | 2011-08-31 23:50:23 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-08-31 23:50:23 +0200 |
commit | 2c112849f29620db6824bc9ad2762e52d857d079 (patch) | |
tree | ba793c2fab1b7cfc45cb8413ab9bbf2175617cb9 /gold/scoreboard/profile | |
parent | 40474badc13adff28f34424b860500c45871f781 (diff) | |
parent | d88d17941f4b2f249747fd90ac5c40349d8f2392 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'gold/scoreboard/profile')
-rw-r--r-- | gold/scoreboard/profile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gold/scoreboard/profile b/gold/scoreboard/profile new file mode 100644 index 00000000..ccd7c2b5 --- /dev/null +++ b/gold/scoreboard/profile @@ -0,0 +1,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= |