From 1d47f4f634c11fce9fd28cb7931e0344d04a8fa3 Mon Sep 17 00:00:00 2001 From: rlarltj Date: Wed, 25 Sep 2024 03:23:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20=EC=84=9C=EB=B2=84=EC=9D=98=20db?= =?UTF-8?q?=20url=EC=9D=84=20=EB=B3=80=EA=B2=BD=ED=95=9C=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 41930c4..e29f31b 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -29,7 +29,7 @@ spring: datasource: db: pool-name: moneymong - jdbc-url: jdbc:mysql://localhost:3306/moneymong?useSSL=false&&allowPublicKeyRetrieval=true + jdbc-url: jdbc:mysql://43.200.104.70:3306/moneymong?useSSL=false&&allowPublicKeyRetrieval=true username: root password: ${DB_ROOT_PASSWORD_DEV} driver-class-name: com.mysql.cj.jdbc.Driver