3 changed files with 29 additions and 58 deletions
@ -1,29 +1,5 @@ |
|||
{ |
|||
"ConnectionStrings": { |
|||
"Default": "Data Source=120.24.194.14;Database=CompanyNameProjectNameDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" |
|||
}, |
|||
"IdentityServer": { |
|||
"Clients": { |
|||
"ProjectName_Web": { |
|||
"ClientId": "ProjectName_Web", |
|||
"ClientSecret": "1q2w3e*", |
|||
"RootUrl": "https://localhost:44379" |
|||
}, |
|||
"ProjectName_App": { |
|||
"ClientId": "ProjectName_App", |
|||
"ClientSecret": "1q2w3e*", |
|||
"RootUrl": "http://localhost:3100" |
|||
}, |
|||
"ProjectName_BlazorServerTiered": { |
|||
"ClientId": "ProjectName_BlazorServerTiered", |
|||
"ClientSecret": "1q2w3e*", |
|||
"RootUrl": "https://localhost:44314" |
|||
}, |
|||
"ProjectName_Swagger": { |
|||
"ClientId": "ProjectName_Swagger", |
|||
"ClientSecret": "1q2w3e*", |
|||
"RootUrl": "https://localhost:44315" |
|||
} |
|||
} |
|||
"Default": "Data Source=localhost;Database=CompanyNameProjectNameDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue