summaryrefslogtreecommitdiff
path: root/resources/local_dev.sh
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-02-22 09:59:10 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2025-02-22 09:59:10 -0500
commitf36f77472a82d6ebfac153aed6d17f154ae239a6 (patch)
treed749ecc2ebf86a39b15ac3026d3e100d0276442b /resources/local_dev.sh
parent2cb9e5fe823391c09a99424138192d0fbec727af (diff)
Good foundations
Diffstat (limited to 'resources/local_dev.sh')
-rwxr-xr-xresources/local_dev.sh3
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
)