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.
62 lines
1.4 KiB
62 lines
1.4 KiB
{
|
|
"ConnectionStrings": {
|
|
"Default": "User ID=postgres;Password=1q2w3E*;Host=localhost;Port=5432;Database=LionAbpProDb;"
|
|
},
|
|
"Hangfire": {
|
|
"Redis": {
|
|
"Host": "localhost:6379,password=1q2w3E*",
|
|
"DB": "2"
|
|
}
|
|
},
|
|
"Redis": {
|
|
"IsEnabled": false,
|
|
"Configuration": "localhost:6379,password=1q2w3E*,defaultdatabase=2"
|
|
},
|
|
"Jwt": {
|
|
"Audience": "Lion.AbpPro",
|
|
"SecurityKey": "dzehzRz9a8asdfasfdadfasdfasdfafsdadfasbasdf=",
|
|
"Issuer": "Lion.AbpPro",
|
|
"ExpirationTime": 2
|
|
},
|
|
"Cap": {
|
|
"RabbitMq": {
|
|
"HostName": "localhost",
|
|
"UserName": "admin",
|
|
"Password": "1q2w3E*",
|
|
"Port": 5672
|
|
}
|
|
},
|
|
"MiniProfiler": {
|
|
"Enabled": true,
|
|
"RouteBasePath": "/profiler"
|
|
},
|
|
"Swagger": {
|
|
"Enabled": true
|
|
},
|
|
"Audit": {
|
|
"Enabled": true,
|
|
"ApplicationName": "Lion.AbpPro"
|
|
},
|
|
"Cors": {
|
|
"Enabled": true,
|
|
"CorsOrigins": "http://localhost:4200,http://localhost:4201"
|
|
},
|
|
"Consul": {
|
|
"Enabled": false,
|
|
"ServiceUrl": "http://localhost:8500",
|
|
"ClientName": "Lion.AbpPro.Api",
|
|
"ClientAddress": "localhost",
|
|
"ClientPort": 44315,
|
|
"HealthUrl": "http://localhost:44315/health",
|
|
"DeregisterCriticalServiceAfter": 30,
|
|
"Interval": 30,
|
|
"Timeout": 30
|
|
},
|
|
"MultiTenancy": {
|
|
"Enabled": true
|
|
},
|
|
"Preheat": {
|
|
"Enabled": true,
|
|
"RequestUrl": "http://localhost:44315/api/abp/application-configuration?IncludeLocalizationResources=false"
|
|
}
|
|
}
|