feat: application-dev 생성
This commit is contained in:
22
src/main/resources/config/application-dev.yaml
Normal file
22
src/main/resources/config/application-dev.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://192.168.45.2:3308/audio?useSSL=false&allowPublicKeyRetrieval=true&serverTimeZone=Asia/Seoul
|
||||
username: audio
|
||||
password: audio
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
hibernate:
|
||||
SQL: debug
|
||||
orm:
|
||||
jdbc:
|
||||
bind: trace
|
||||
|
||||
token:
|
||||
secret: dtfNSg8VnafQzRTA5803ae14g5WZDKNSET70lJk6ljZRUEH//ipHGsHN/bliDYXJmBB5v1CkoL2zPivAhr5vyA==
|
||||
issuer: gram
|
||||
lifetime:
|
||||
access-token: 365d
|
||||
refresh-token: 365d
|
||||
Reference in New Issue
Block a user