Skip to content

Commit 7540029

Browse files
authored
Update application.properties
1 parent 97662b6 commit 7540029

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/resources/application.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ spring.datasource.username=${MYSQL_USERNAME}
2323
spring.datasource.password=${MYSQL_PASSWORD}
2424

2525

26-
spring.datasource.url=jdbc:mysql://fixlog-db.c7cau8y2srl7.ap-northeast-2.rds.amazonaws.com:3306/fixlog?serverTimezone=Asia/Seoul
27-
spring.datasource.username=admin
28-
spring.datasource.password=${MYSQL_PASSWORD}
29-
3026
spring.jpa.hibernate.ddl-auto=update
3127
spring.jpa.show-sql=true
3228
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect

0 commit comments

Comments
 (0)