diff options
author | crupest <crupest@outlook.com> | 2021-04-24 22:01:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-24 22:01:27 +0800 |
commit | 7c37a5885437aaf97b9986b7cc2941b5e4316003 (patch) | |
tree | c3b9b733e269b4f187f24a12dc08e1f1c88bd7a6 /BackEnd/Timeline/appsettings.json | |
parent | 6877db6a535e57fd1d7e01c966a6451dc6f186f0 (diff) | |
download | timeline-7c37a5885437aaf97b9986b7cc2941b5e4316003.tar.gz timeline-7c37a5885437aaf97b9986b7cc2941b5e4316003.tar.bz2 timeline-7c37a5885437aaf97b9986b7cc2941b5e4316003.zip |
refactor: Move token services.
Diffstat (limited to 'BackEnd/Timeline/appsettings.json')
-rw-r--r-- | BackEnd/Timeline/appsettings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/appsettings.json b/BackEnd/Timeline/appsettings.json index 804ca43a..5098b4ae 100644 --- a/BackEnd/Timeline/appsettings.json +++ b/BackEnd/Timeline/appsettings.json @@ -5,7 +5,7 @@ }
},
"Jwt": {
- "Issuer": "api.crupest.xyz",
- "Audience": "api.crupest.xyz"
+ "Issuer": "timeline.crupest.life",
+ "Audience": "timeline.crupest.life"
}
}
|