You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
761 B
28 lines
761 B
{
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=mysql.Zzz.cn;Database=Zzz.db;uid=root;pwd=123456;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"Zzz_Web": {
|
|
"ClientId": "Zzz_Web",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:44321"
|
|
},
|
|
"Zzz_App": {
|
|
"ClientId": "Zzz_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "http://localhost:4200"
|
|
},
|
|
"Zzz_Blazor": {
|
|
"ClientId": "Zzz_Blazor",
|
|
"RootUrl": "https://localhost:44307"
|
|
},
|
|
"Zzz_Swagger": {
|
|
"ClientId": "Zzz_Swagger",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:44315"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|