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