From 9a2a90ae6b5ab3d02c705077ad7aae54b8fbc421 Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Tue, 21 May 2024 01:56:41 +0800 Subject: [PATCH] Update application.properties Fixed the environment variable used. --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index aa82902..5b74466 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ spring.application.name=smart-inventory # Server CORS Configuration. -frontend.server.address=${ADDRESS:http://localhost:8080} +frontend.server.address=${FRONTEND_SERVER_ADDRESS:http://localhost:8080} # Server Port Configuration. # The default server port is 8080.