Skip to content

Commit

Permalink
Update traccar.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardus authored Jan 13, 2025
1 parent 190420c commit 210b453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions traccar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@

<entry key="openid.clientId">91ttVQPxLQ3VrjZiH4XS9tBwJVI8wusb</entry>
<entry key="openid.clientSecret">${OPEN_ID_CLIENT_SECRET}</entry>
<entry key="openid.authUrl">https://auth.frotaweb.com/authorize</entry>
<entry key="openid.tokenUrl">https://auth.frotaweb.com/token</entry>
<entry key="openid.userInfoUrl">https://auth.frotaweb.com/userInfo</entry>
<entry key="openid.authUrl">https://${AUTH_DOMAIN}/authorize</entry>
<entry key="openid.tokenUrl">https://${AUTH_DOMAIN}/oauth/token</entry>
<entry key="openid.userInfoUrl">https://${AUTH_DOMAIN}/userInfo</entry>


</properties>

0 comments on commit 210b453

Please sign in to comment.