From f36f77472a82d6ebfac153aed6d17f154ae239a6 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 22 Feb 2025 09:59:10 -0500 Subject: Good foundations --- resources/local_dev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/local_dev.sh') 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 ) -- cgit v1.2.3