From 28ca8f41bd022390dd862ea9b4761dda5c2a5786 Mon Sep 17 00:00:00 2001 From: corpi Date: Sat, 20 Dec 2025 00:43:52 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20application-dev=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/config/application-dev.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/main/resources/config/application-dev.yaml 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