diff options
Diffstat (limited to 'resources/local_dev.sh')
-rwxr-xr-x | resources/local_dev.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/local_dev.sh b/resources/local_dev.sh index 68bb46b..8fe28c2 100755 --- a/resources/local_dev.sh +++ b/resources/local_dev.sh @@ -4,8 +4,9 @@ env_vars=$(cat << EOF LOG_LEVEL=debug LOG_FORMAT=plain LOG_OUTPUT=stdout - LISTEN_PORT=1234 + LISTEN_PORT=1157 DATABASE_PATH=runtime/store.db + GRACEFUL_TIMEOUT=1ms EOF ) |