Skip to content

Commit c8a3382

Browse files
committed
change deploy.yml
1 parent 16735ac commit c8a3382

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main/resources/application.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
spring:
22
application:
3-
name: dormung-app
4-
profiles:
5-
active: ${SPRING_PROFILES_ACTIVE:local}
3+
name: dormung-springboot
64

75
# Database
86
datasource:
9-
url: ${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3306/jeju_audio_guide?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul}
7+
url: "jdbc:mysql://localhost:3306/jeju_audio_guide?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul"
108
username: ${SPRING_DATASOURCE_USERNAME}
11-
password: ${SPRING_DATASOURCE_PASSWORD}
9+
password: ${MYSQL_ROOT_PASSWORD}
1210
driver-class-name: com.mysql.cj.jdbc.Driver
1311

1412
# JPA/Hibernate

0 commit comments

Comments
 (0)