Regenerate the secret

This commit is contained in:
Paul Schneider 2026-06-19 01:36:08 +01:00
commit 19cf073677
10 changed files with 199 additions and 16 deletions

View file

@ -82,7 +82,10 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:3002"
"Url": "http://localhost:3003"
},
"Https": {
"Url": "https://localhost:3004"
}
}
}