diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml index 597f72a..8879f2d 100644 --- a/src/main/resources/application-dev.yaml +++ b/src/main/resources/application-dev.yaml @@ -1,2 +1,2 @@ server: - baseurl: "dev-workspace.not-copy.com" \ No newline at end of file + baseurl: "https://dev-workspace.not-copy.com" \ No newline at end of file diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 65731c1..48404f1 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -75,7 +75,7 @@ security: server: port: ${SERVER_PORT:8080} -# baseurl: "http://92.242.61.23" + baseurl: ${BASE_URL:http://localhost:8080} front: port: ":2998" tomcat: