feat: PORT field in .env

This commit is contained in:
2025-05-18 20:21:10 +02:00
parent 7fd104b6d0
commit 7fda8896ad

View File

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