diff --git a/sample.env.local b/sample.env.local index 16c188f..ba9e437 100644 --- a/sample.env.local +++ b/sample.env.local @@ -2,7 +2,7 @@ ## The following variables NEED to be set before execution. ############################################################ -NEXT_PUBLIC_BASE_URL: "http://localhost:3000/" +NEXT_PUBLIC_BASE_URL= "http://localhost:3000/" ## Database variables. DB_HOST=localhost diff --git a/sample.env.local.docker b/sample.env.local.docker index 39618a6..524424a 100644 --- a/sample.env.local.docker +++ b/sample.env.local.docker @@ -2,7 +2,7 @@ ## The following variables NEED to be set before execution. ############################################################ -NEXT_PUBLIC_BASE_URL: "http://localhost:3000/" +NEXT_PUBLIC_BASE_URL= "http://localhost:3000/" ## Database variables. DB_HOST=localhost