Skip to content

Commit

Permalink
trying to fix the env problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jul 3, 2024
1 parent 4f14177 commit 43be7ad
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 @@ -4,7 +4,7 @@



spring.datasource.url=jdbc:mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql-2cfd3f0b-kickevent.g.aivencloud.com:13138/defaultdb?ssl-mode=REQUIRED
spring.datasource.url=jdbc:${MYSQL_URL}
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
spring.jpa.hibernate.ddl-auto=update
Expand Down

0 comments on commit 43be7ad

Please sign in to comment.