Skip to content

Commit

Permalink
modify :: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Feb 12, 2024
1 parent c92bff5 commit 35f5731
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions user-infrastructure/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -33,6 +26,3 @@ management:
endpoint:
health:
show-details: when_authorized

excel:
url: ${EXCEL_URL}

0 comments on commit 35f5731

Please sign in to comment.