Skip to content

Commit

Permalink
add default appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Feb 11, 2024
1 parent 7913e38 commit 836dae3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion LeedsExperiment/Dashboard/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@
}
},
"AllowedHosts": "*",
"ApiBaseAddress": "API_HERE"
"ApiBaseAddress": "API_HERE",
"Dlcs": {
"CustomerId": 6,
"CustomerName": "uol-expts",
"CustomerDefaultSpace": 2,
"ApiEntryPoint": "https://api.dlcs-trial.digirati.io/",
"BatchSize": 100
}
}

0 comments on commit 836dae3

Please sign in to comment.