feat: PORT field in .env
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
|
||||
PORT=3001
|
||||
DATABASE_URL="postgres://<user>:<user>@<host>:<port>/<db>?sslmode=disable"
|
||||
|
||||
ADMIN_NAME="admin"
|
||||
|
Reference in New Issue
Block a user