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.
abp/samples/BookStore-Modular/modules/book-management/host/Acme.BookStore.BookManageme.../appsettings.json

24 lines
625 B

{
"AppSelfUrl": "https://localhost:44356/",
"ConnectionStrings": {
"Default": "Server=localhost;Database=BookManagement_Main;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "https://localhost:44356/",
"ApiName": "BookManagement"
},
"IdentityServer": {
"Clients": {
"BookManagement_Web": {
"ClientId": "BookManagement_Web",
"RootUrl": "https://localhost:44344/"
},
"BookManagement_ConsoleTestApp": {
"ClientId": "BookManagement_ConsoleTestApp"
}
}
}
}