diff options
Diffstat (limited to 'playground/server.sh')
| -rwxr-xr-x | playground/server.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playground/server.sh b/playground/server.sh index 8011973..7abe54e 100755 --- a/playground/server.sh +++ b/playground/server.sh @@ -3,5 +3,6 @@ . $(dirname -- "$0")/env.sh exec $PYTHON -m hatter server \ - --conf server.yaml \ + --conf $RUN_PATH/server.yaml \ + --db $DATA_PATH/hatter.db "$@" |
