Skip to content

Commit

Permalink
Update application-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kabuqNo committed Jul 15, 2024
1 parent 1d4a650 commit 9491e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion center/src/main/resources/application-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:
authorization-grant-type: authorization_code
redirect-uri: ${MICROSOFT_RERIRECT_URL}
ignore-uri: '/api/auth,/agent/connect'
scope: 'https://graph.microsoft.com/User.Read'
scope: ${MICROSOFT_AUTH_SCOPE:openid+profile+email}
datasource:
url: ${DB_URL}
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
Expand Down

0 comments on commit 9491e7f

Please sign in to comment.