diff --git a/user-infrastructure/src/main/resources/application.yml b/user-infrastructure/src/main/resources/application.yml index cebbefe..dbbc5ab 100644 --- a/user-infrastructure/src/main/resources/application.yml +++ b/user-infrastructure/src/main/resources/application.yml @@ -15,15 +15,8 @@ spring: config: username: ${CLOUD_CONFIG_USERNAME} password: ${CLOUD_CONFIG_PASSWORD} - server: shutdown: graceful - scheme: ${SCHEME} - host: ${HOST} - port: ${PORT} - database: ${DB_NAME} - username: ${USERNAME} - password: ${PASSWORD} management: endpoints: @@ -33,6 +26,3 @@ management: endpoint: health: show-details: when_authorized - -excel: - url: ${EXCEL_URL} \ No newline at end of file