Correct config path

Change-Id: I61e13c742c190f4ace03d9b84b2c7b9e045fbca8
This commit is contained in:
Endre Karlson 2013-06-24 17:14:42 +02:00
parent cfa6aff01a
commit 76848a06fe
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ BASE_DIR=${BASE_DIR:-$SCRIPT_DIR/..}
SCREEN_NAME=${SCREEN_NAME:-billingstack}
SCREEN_LOGDIR=${SCREEN_LOGDIR:-$BASE_DIR/logs}
CONFIG=${CONFIG:-$BASE_DIR/etc/billingstack.conf}
CONFIG=${CONFIG:-$BASE_DIR/etc/billingstack/billingstack.conf}
SERVICES="api,central,rater,biller,collector"