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.
44 lines
1.2 KiB
44 lines
1.2 KiB
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44356",
|
|
"CorsOrigins": "https://localhost:44372,https://localhost:44373"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44330",
|
|
"RequireHttpsMetadata": "true",
|
|
"SwaggerClientId": "OrderingService_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"OrderingService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Ordering;Pooling=false",
|
|
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "0f000WgRXnVk0704"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "localhost:6379"
|
|
},
|
|
"RabbitMQ": {
|
|
"Connections": {
|
|
"Default": {
|
|
"HostName": "localhost"
|
|
}
|
|
},
|
|
"EventBus": {
|
|
"ClientName": "EShopOnAbp_OrderingService",
|
|
"ExchangeName": "EShopOnAbp"
|
|
}
|
|
},
|
|
"ElasticSearch": {
|
|
"Url": "http://localhost:9200"
|
|
}
|
|
}
|