diff --git a/src/main/resources/config/application-dev.yaml b/src/main/resources/config/application-dev.yaml new file mode 100644 index 0000000..b6a8646 --- /dev/null +++ b/src/main/resources/config/application-dev.yaml @@ -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 \ No newline at end of file