Skip to content

Commit

Permalink
Devconf config: Change jdbc url to use the mariadb scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Oct 10, 2024
1 parent 9e7effc commit a18f83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/resources/application-devconf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spring:
show-sql: false
datasource:
driver-class-name: org.mariadb.jdbc.Driver
url: jdbc:mysql://mariadb/invite?autoReconnect=true
url: jdbc:mariadb://mariadb/invite?autoReconnect=true
username: inviterw
password: secret
flyway:
Expand Down

0 comments on commit a18f83e

Please sign in to comment.