mirror of https://github.com/abpframework/abp
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.
22 lines
401 B
22 lines
401 B
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44350/"
|
|
},
|
|
"RemoteServices": {
|
|
"Default": {
|
|
"BaseUrl": "https://localhost:44318/"
|
|
},
|
|
"CmsKit": {
|
|
"BaseUrl": "https://localhost:44371/"
|
|
}
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44318/",
|
|
"ClientId": "CmsKit_Web",
|
|
"ClientSecret": "1q2w3e*"
|
|
}
|
|
}
|