Skip to content

Commit 564ed7d

Browse files
committed
fix auth config in config.dev.json
1 parent eaabb54 commit 564ed7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/config/config.dev.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
},
88
"auth": {
99
"baseUrl": "http://localhost:8080",
10-
"realm": "feasibility",
11-
"clientId": "feasibility-webapp",
12-
"roles": ["FeasibilityUser"]
10+
"realm": "dataportal",
11+
"clientId": "dataportal-webapp",
12+
"roles": ["DataportalUser"]
1313
},
1414
"dataset": "codex",
1515
"env": {

0 commit comments

Comments
 (0)