chore(configuration): Add IdentityServer authority to appsettings.json

- Introduced IdentityServer configuration with Authority set to "http://localhost:5001" for local development.
This commit is contained in:
Ho Ngoc Hai
2026-01-13 19:36:15 +07:00
parent 312bf360ea
commit 884520a766

View File

@@ -72,5 +72,8 @@
},
"CallbackUrl": "/api/auth/external-callback"
},
"IdentityServer": {
"Authority": "http://localhost:5001"
},
"AllowedHosts": "*"
}