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 | 635b5ea646ec55c7ae212f79031b69c00ad79763 (patch) | |
tree | 6697477582d8d710c3961daad0b22a533edddfb2 /Timeline/appsettings.json | |
parent | 590522661ba90ac388029c83d248e8277d2325f7 (diff) | |
download | timeline-635b5ea646ec55c7ae212f79031b69c00ad79763.tar.gz timeline-635b5ea646ec55c7ae212f79031b69c00ad79763.tar.bz2 timeline-635b5ea646ec55c7ae212f79031b69c00ad79763.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"
+ }
}
|