Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed May 9, 2022
1 parent 802036f commit 70a2cfe
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 2,386 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,15 +580,15 @@
{
"id": "68a4be1f-06df-470f-88c9-3624f205f201",
"clientId": "app-client",
"rootUrl": "http://localhost:3000",
"adminUrl": "http://localhost:3000",
"rootUrl": "{{ getenv \"NEXTAUTH_URL\" }}",
"adminUrl": "{{ getenv \"NEXTAUTH_URL\" }}",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": ["http://localhost:3000/*"],
"webOrigins": ["http://localhost:3000"],
"secret": "{{ getenv \"KEYCLOAK_CLIENT_SECRET\" }}",
"redirectUris": ["{{ getenv \"NEXTAUTH_URL\" }}/*"],
"webOrigins": ["{{ getenv \"NEXTAUTH_URL\" }}"],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
Expand Down
Loading

0 comments on commit 70a2cfe

Please sign in to comment.