Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 authored Nov 14, 2023
1 parent 43a5a76 commit f577f2e
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,2 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://${DB_HOST}:${DB_PORT}/${DB_NAME}
username: ${DB_USER}
password: ${DB_PASSWORD}
data:
redis:
host: bapmate-redis-container
port: 6379



jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: update #update?? ???? ? ?? create
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
database-platform: org.hibernate.dialect.MySQLDialect
default_batch_fetch_size: 100

jwt:
secret-key: ${JWT_SECRET_KEY}
access-token_exp: 1209600000
refresh-token_exp: 1209600000

kakao:
iss: ${KAKAO_ISS}
client-id: ${KAKAO_CLIENT_ID}
client-secret: ${KAKAO_CLIENT_SECRET}
redirect-url: ${KAKAO_REDIRECT_URL}
app-key: ${KAKAO_APP_KEY}



logging:
level:
feign=DEBUG:

0 comments on commit f577f2e

Please sign in to comment.