mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-17 00:16:28 +08:00
30 lines
788 B
JSON
30 lines
788 B
JSON
{
|
|
"RabbitMq": {
|
|
"HostName": "localhost",
|
|
"ExchangeName": "booking",
|
|
"UserName": "guest",
|
|
"Password": "guest",
|
|
"Port": 5672
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Debug",
|
|
"Microsoft.Hosting.Lifetime": "Debug",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
|
|
}
|
|
},
|
|
"PersistMessageOptions": {
|
|
"Interval": 1,
|
|
"Enabled": true,
|
|
"ConnectionString": "Server=.\\sqlexpress;Database=PersistMessageTestDB;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
|
|
},
|
|
"MongoOptions": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "booking-db-test"
|
|
},
|
|
"EventStore": {
|
|
"ConnectionString": "esdb://localhost:2113?tls=false"
|
|
}
|
|
}
|