aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r--Timeline/appsettings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json
index a914603c..8dc28bc8 100644
--- a/Timeline/appsettings.json
+++ b/Timeline/appsettings.json
@@ -7,5 +7,11 @@
"JwtConfig": {
"Issuer": "crupest.xyz",
"Audience": "crupest.xyz"
+ },
+ "TodoPageConfig": {
+ "AzureDevOpsAccessInfo": {
+ "Organization": "crupest-web",
+ "Project": "Timeline"
+ }
}
}