Skip to content

Commit

Permalink
[BE] dev db 마이그레이션 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi567 authored Oct 23, 2024
1 parent 1f37c3b commit 9eedd97
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ spring:
port: 5672
stomp-port: 61613
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:file:/home/ubuntu/h2_test_data;AUTO_SERVER=true
username: ${H2_CONSOLE_USERNAME}
password: ${H2_CONSOLE_PASSWORD}
h2:
console:
enabled: true
path: ${H2_CONSOLE_ENDPOINT}
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/friendogly?useSSL=false&serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: ${MYSQL_USER_NAME}
password: ${MYSQL_PASSWORD}
jpa:
hibernate:
ddl-auto: update
Expand Down

0 comments on commit 9eedd97

Please sign in to comment.