diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:51:32 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:51:32 +0800 |
commit | 85d25348c9d6ad527b86c57fd5023829c8b9d6bf (patch) | |
tree | 938396a1e30c7850aa1a4174116c1d53c29e7f66 /Timeline/appsettings.json | |
parent | 3d49a3efb0b72b4363844991962f563d4514e769 (diff) | |
download | timeline-85d25348c9d6ad527b86c57fd5023829c8b9d6bf.tar.gz timeline-85d25348c9d6ad527b86c57fd5023829c8b9d6bf.tar.bz2 timeline-85d25348c9d6ad527b86c57fd5023829c8b9d6bf.zip |
Update CI. Remove unused settings.
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r-- | Timeline/appsettings.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index 81f83d68..94986fbb 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -7,11 +7,5 @@ "JwtConfig": { "Issuer": "api.crupest.xyz", "Audience": "api.crupest.xyz" - }, - "TodoPageConfig": { - "GithubInfo": { - "Owner": "crupest", - "Repository": "Timeline" - } } } |