| 1234567891011121314151617181920212223242526272829 |
- {
- "ConnectionStrings": {
- "Default": "Server=.\\SQLEXPRESS; Database=VberAdminDb; Trusted_Connection=True;"
- },
- "App": {
- "ServerRootAddress": "http://localhost:5550/",
- "ClientRootAddress": "http://localhost:5551/",
- "CorsOrigins": "http://localhost:5551,http://localhost:5552,http://localhost:5553,http://localhost:5554"
- },
- "Authentication": {
- "JwtBearer": {
- "IsEnabled": "true",
- "SecurityKey": "VberAdmin_C421AAEE0D114E9C",
- "Issuer": "VberAdmin",
- "Audience": "VberAdmin"
- }
- },
- "Kestrel": {
- "Endpoints": {
- "Http": {
- "Url": "https://localhost:44311/"
- }
- }
- },
- "Swagger": {
- "ShowSummaries": false,
- "WebSiteRootAddress": "http://localhost:5550/"
- }
- }
|