Skip to content

Commit 7a077b9

Browse files
authored
Update application.properties
1 parent bbee11c commit 7a077b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/application.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ spring.application.name=FixLog
2222
server.port=8083
2323

2424
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
25-
spring.datasource.url=${mysql_url}
26-
spring.datasource.username=${mysql_username}
27-
spring.datasource.password=${mysql_password}
25+
spring.datasource.url=${MYSQL_URL}
26+
spring.datasource.username=${MYSQL_USERNAME}
27+
spring.datasource.password=${MYSQL_PASSWORD}
2828

2929
spring.jpa.hibernate.ddl-auto=create
3030
spring.jpa.properties.hibernate.format_sql=true
3131
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
3232

3333
##### jwt #####
34-
spring.jwt.secret=${jwt_key}
34+
spring.jwt.secret=${JWT_KEY}

0 commit comments

Comments
 (0)