From 3d1a4a44efad4454126e843a7cdca5840e71d87e Mon Sep 17 00:00:00 2001 From: Sonny Date: Fri, 6 May 2022 19:46:41 +0200 Subject: [PATCH] add default port --- example.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index d8c2c69..c10a7ff 100644 --- a/example.env +++ b/example.env @@ -1 +1,2 @@ -DATABASE_URL="mysql://root:root@127.0.0.1:3306/MyDatabase" \ No newline at end of file +DATABASE_URL="mysql://root:root@127.0.0.1:3306/MyDatabase" +PORT=3000 \ No newline at end of file