| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "App": {
- "SelfUrl": "https://localhost:44376",
- "ClientUrl": "http://localhost:9527",
- "CorsOrigins": "http://localhost:9527,http://localhost:44307",
- "RedirectAllowedUrls": "http://localhost:9527,http://localhost:44307"
- },
- "ConnectionStrings": {
- "Default": "Server=123.60.180.165;Database=DOPCore;Uid=root; Pwd=5heng=uN;Allow User Variables=True;sslMode=None;"
- },
- "Redis": {
- "Configuration": "127.0.0.1"
- },
- "StringEncryption": {
- "DefaultPassPhrase": "DF6xhNaQSsb0PlM2"
- },
- "OpenIddict": {
- "Applications": {
- "Web_App": {
- "ClientId": "basic-web",
- "RootUrl": "http://localhost:9527"
- },
- "Blazor": {
- "ClientId": "blazor-app",
- "RootUrl": "http://localhost:44307"
- },
- "Business": {
- "ClientId": "business-app",
- "RootUrl": "http://localhost:51186",
- "ClientSecret": "1q2w3e*"
- }
- }
- }
- }
|