From 63ada8fea95f83788b2b53b2a1d34f0baa742b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 11 Dec 2020 01:33:28 +0100 Subject: [PATCH] Add entry PORT to env variables --- .env.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index e054153..60b80fc 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,3 @@ +PORT=3000 API_URL=http://localhost:1337 -NEXT_PUBLIC_API_URL=$API_URL \ No newline at end of file +NEXT_PUBLIC_API_URL=$API_URL