Skip to content

Commit

Permalink
Fix: db
Browse files Browse the repository at this point in the history
  • Loading branch information
emost22 committed Dec 3, 2023
1 parent d428aa4 commit 0ceb5fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
server:
port: 8080
port: 8081

spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://27.96.135.5:3306/spurt?useSSL=false&serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: root
password: root
url: jdbc:mysql://www-db.cs5hxgrfatc3.ap-northeast-2.rds.amazonaws.com:3306/www?useSSL=false&serverTimezone=Asia/Seoul&characterEncoding=utf8&allowPublicKeyRetrieval=true
username: www
password: www1234321!


jpa:
Expand Down

0 comments on commit 0ceb5fa

Please sign in to comment.