Default run script to port 7070
Build and Deploy / build-and-deploy (push) Successful in 1m1s

This commit is contained in:
2026-07-08 12:16:07 -04:00
parent b7d2732207
commit cc62eea701
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -3,7 +3,7 @@ set -euo pipefail
cd "$(dirname "$0")/.."
export PORT="${PORT:-8080}"
export PORT="${PORT:-7070}"
export PODSTALK_LINK="${PODSTALK_LINK:-http://localhost:$PORT}"
export PODSTALK_DB="${PODSTALK_DB:-podstalk.db}"
export PODSTALK_UPLOAD_DIR="${PODSTALK_UPLOAD_DIR:-uploads}"