Allow configurable host port
All checks were successful
Template Compliance / compliance (push) Successful in 30s
Release Dry Run / release-dry-run (push) Successful in 4m23s
Build / build (push) Successful in 5m25s

This commit is contained in:
MrSphay
2026-05-15 16:46:14 +02:00
parent eec1cbe4b6
commit 8f13745c26
4 changed files with 8 additions and 8 deletions

View File

@@ -4,4 +4,4 @@ NEXTAUTH_SECRET="change-me-with-openssl-rand-base64-32"
POSTGRES_DB="watchlink"
POSTGRES_USER="watchlink"
POSTGRES_PASSWORD="watchlink"
PORT="3000"
HOST_PORT="3000"