From 872c5c41443d88944ba5d501d130bd151459a511 Mon Sep 17 00:00:00 2001 From: Scott Pickett Date: Sat, 3 Feb 2024 16:14:29 -0700 Subject: [PATCH] correct quotes in .env file --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index b9ca832..4ca63c7 100644 --- a/.env +++ b/.env @@ -5,4 +5,4 @@ FLASK_CONTAINER_PORT=8800 NGINX_HOST_PORT=8080 NGINX_CONTAINER_PORT=8080 -APPLICATION_NAME="sample" \ No newline at end of file +APPLICATION_NAME=sample \ No newline at end of file