Skip to content

Commit

Permalink
chore: chnage config
Browse files Browse the repository at this point in the history
  • Loading branch information
minjun3021 committed Oct 13, 2023
1 parent 7dd5440 commit d97daaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 4 additions & 0 deletions src/main/resources-dev/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ spring:
activate:
on-profile: dev

jpa:
hibernate:
ddl-auto: none

datasource:
password: ${MYSQL_PASSWORD}
username: ${MYSQL_USERNAME}
Expand Down
1 change: 0 additions & 1 deletion src/main/resources-local/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spring:
properties:
hibernate:
highlight_sql: 'true'

hibernate:
ddl-auto: update

Expand Down
12 changes: 0 additions & 12 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ spring:
time_zone: UTC


security:
user:
password: '1234'
name: user

web:
resources:
add-mappings: 'false'
Expand Down Expand Up @@ -42,10 +37,3 @@ management:
include: prometheus
prometheus:
enabled: 'true'



#ticketing.jwt.secret=d2VhcmVuYXZ5c3dkZXZlbG9wZXJzLmFuZGlhbW1pbmp1bjMwMjE=
#The JWT specification requires HMAC keys to be >= 256 bits long.
#ticketing.jwt.expiration-hours=24
#ticketing.jwt.issuer=minjun

0 comments on commit d97daaf

Please sign in to comment.