feat: accept host variable

This commit is contained in:
2025-05-21 19:26:14 +02:00
parent afc9208269
commit a8e75d75f0
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,7 @@
PORT=3001
HOST="127.0.0.1"
DATABASE_URL="postgres://<user>:<user>@<host>:<port>/<db>?sslmode=disable"
ADMIN_NAME="admin"