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.