Skip to content

Commit

Permalink
fixed mysql user problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jul 3, 2024
1 parent f438b95 commit 2b3f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.datasource.url=jdbc:mysql://mysql-2cfd3f0b-kickevent.g.aivencloud.com:131
spring.datasource.username=${MYSQL_USER}
spring.datasource.password=${MYSQL_PASSWORD}
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
spring.jpa.hibernate.ddl-auto=update
server.port=13138
user.token.expirationTimeInMs=600000L
Expand Down

0 comments on commit 2b3f288

Please sign in to comment.