diff options
author | crupest <crupest@outlook.com> | 2020-05-31 15:35:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-31 15:35:25 +0800 |
commit | 15c533eb324526776f4a8a9d82b150dbfd46d7e6 (patch) | |
tree | a80b0b565d55e60db1468a45218d5b8f4012c871 /Timeline/appsettings.json | |
parent | ce13fcc16987cb9c25b07f94388093b6e9fd2290 (diff) | |
download | timeline-15c533eb324526776f4a8a9d82b150dbfd46d7e6.tar.gz timeline-15c533eb324526776f4a8a9d82b150dbfd46d7e6.tar.bz2 timeline-15c533eb324526776f4a8a9d82b150dbfd46d7e6.zip |
Migrate to docker.
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r-- | Timeline/appsettings.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index 09840cd6..804ca43a 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -6,7 +6,6 @@ },
"Jwt": {
"Issuer": "api.crupest.xyz",
- "Audience": "api.crupest.xyz",
- },
- "Cors": [ "https://www.crupest.xyz", "https://crupest.xyz" ]
+ "Audience": "api.crupest.xyz"
+ }
}
|