diff options
author | crupest <crupest@outlook.com> | 2019-02-20 18:23:05 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-20 18:23:05 +0800 |
commit | 0ed96f534f75ebc2a7bdbec031a4674368d0420a (patch) | |
tree | fbc0862d757f2743b84c0abf93ccfb1e2c77ab22 /Timeline/appsettings.json | |
parent | 5afa4248c5ec67d361a8f75e0ec0f1d12778e266 (diff) | |
download | timeline-0ed96f534f75ebc2a7bdbec031a4674368d0420a.tar.gz timeline-0ed96f534f75ebc2a7bdbec031a4674368d0420a.tar.bz2 timeline-0ed96f534f75ebc2a7bdbec031a4674368d0420a.zip |
Move some config of todo page to server side.
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r-- | Timeline/appsettings.json | 6 |
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" + } } } |