mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-19 18:41:41 +08:00
26 lines
730 B
JSON
26 lines
730 B
JSON
{
|
|
"DatabaseOptions": {
|
|
"DefaultConnection": "Server=localhost;Database=PassengerDB_Test;User ID=sa;Password=@Aa123456;TrustServerCertificate=True"
|
|
},
|
|
"RabbitMqOptions": {
|
|
"HostName": "localhost",
|
|
"ExchangeName": "passenger",
|
|
"UserName": "guest",
|
|
"Password": "guest",
|
|
"Port": 5672
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Debug",
|
|
"Microsoft.Hosting.Lifetime": "Debug",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
|
|
}
|
|
},
|
|
"PersistMessageOptions": {
|
|
"Interval": 30,
|
|
"Enabled": true,
|
|
"ConnectionString": "Server=localhost;Database=PersistMessageDB_Test;User ID=sa;Password=@Aa123456;TrustServerCertificate=True"
|
|
}
|
|
}
|