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 | c07297373df08bd605f5bec96020192bb6dec151 (patch) | |
tree | 938396a1e30c7850aa1a4174116c1d53c29e7f66 /Timeline | |
parent | 7cd29ffd14bff2805972dc6e9e92b68e4c58fbf8 (diff) | |
download | timeline-c07297373df08bd605f5bec96020192bb6dec151.tar.gz timeline-c07297373df08bd605f5bec96020192bb6dec151.tar.bz2 timeline-c07297373df08bd605f5bec96020192bb6dec151.zip |
Update CI. Remove unused settings.
Diffstat (limited to 'Timeline')
-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" - } } } |