|
- {
- "App": {
- "SelfUrl": "https://localhost:44365/",
- "CorsOrigins": "https://*.TaskScheduling.com,http://localhost:4200,http://localhost:44307,https://localhost:44307,https://localhost:44346,https://localhost:44348/"
- },
- "AppSelfUrl": "https://localhost:44365/",
- "ConnectionStrings": {
- "Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=TaskScheduling_Main;Trusted_Connection=True;TrustServerCertificate=True"
- },
- "Redis": {
- "Configuration": "127.0.0.1"
- },
- "OpenIddict": {
- "Applications": {
- "TaskScheduling_Web": {
- "ClientId": "TaskScheduling_Web",
- "ClientSecret": "1q2w3e*",
- "RootUrl": "https://localhost:44370"
- },
- "TaskScheduling_Blazor": {
- "ClientId": "TaskScheduling_Blazor",
- "RootUrl": "https://localhost:44348"
- },
- "TaskScheduling_App": {
- "ClientId": "TaskScheduling_App",
- "RootUrl": "http://localhost:4200"
- },
- "TaskScheduling_Swagger": {
- "ClientId": "TaskScheduling_Swagger",
- "RootUrl": "https://localhost:44346"
- }
- }
- }
- }
|