Skip to content

Commit 69d2d70

Browse files
authored
Update application.properties
1 parent a485f4e commit 69d2d70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ spring.application.name=FixLog
3232
server.port=8083
3333

3434
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
35-
spring.datasource.url=${MYSQL_URL}
36-
spring.datasource.username=${MYSQL_USERNAME}
37-
spring.datasource.password=${MYSQL_PASSWORD}
35+
spring.datasource.url=${SPRING_DATASOURCE_URL}
36+
spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
37+
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
3838

3939
spring.jpa.hibernate.ddl-auto=update
4040
spring.jpa.show-sql=true

0 commit comments

Comments
 (0)