Skip to content

Commit

Permalink
배포
Browse files Browse the repository at this point in the history
  • Loading branch information
angelSuho committed Jun 13, 2023
1 parent 0bd9a17 commit cb06292
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
6 changes: 5 additions & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ spring:
hibernate:
format_sql: true
use_sql_comments: true
data:
redis:
host: 172.17.0.1
logging.level:
org:
hibernate.SQL: debug
hibernate.SQL: debug

13 changes: 1 addition & 12 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ management:
readinessstate:
enabled: true
spring:
profiles:
include: secret, data
mvc:
pathmatch:
matching-strategy: ant_path_matcher
hiddenmethod:
filter:
enabled: true
data:
redis:
host: redis-1-service
Expand All @@ -43,7 +35,4 @@ logging:
level:
root: INFO
org.hibernate.orm.jdbc.bind: INFO
org.hibernate.orm.jdbc.extract: INFO
custom:
site:
baseUrl: https://www.trendpick.shop
org.hibernate.orm.jdbc.extract: INFO
5 changes: 1 addition & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
spring:
profiles:
active: dev
active: prod
include: secret, data
mvc:
pathmatch:
matching-strategy: ant_path_matcher
hiddenmethod:
filter:
enabled: true
data:
redis:
host: 172.17.0.1
management:
endpoint:
health:
Expand Down

0 comments on commit cb06292

Please sign in to comment.