diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 147a48f..eff2380 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -41,6 +41,4 @@ app: connect.timeout.millis: "\${CONNECT_TIMEOUT_MILLIS:120000}" read.timeout.millis: "\${READ_TIMEOUT_MILLIS:120000}" auth: - base-url: "\${AUTH_SERVER_BASE_URL:https://auth-server/api}" -server: - port: 8081 \ No newline at end of file + base-url: "\${AUTH_SERVER_BASE_URL:https://auth-server/api}" \ No newline at end of file