Skip to content

Commit

Permalink
Migrate to password-less auth in Azure MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiran Wu committed Sep 10, 2024
1 parent 58ead79 commit 838928a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tortolla/presentation/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
spring:
datasource:
azure:
passwordless-enabled: true
url: jdbc:mysql://tortolla-mysql.mysql.database.azure.com:3306/tortolla?serverTimezone=UTC
username: username
password: password
username: aad_mysql_conn
jpa:
open-in-view: false
defer-datasource-initialization: true
Expand Down

0 comments on commit 838928a

Please sign in to comment.