mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-13 20:18:36 +08:00
31 lines
745 B
JSON
31 lines
745 B
JSON
{
|
|
"AppOptions": {
|
|
"Name": "Flight-Service"
|
|
},
|
|
"LogOptions": {
|
|
"Level": "Information",
|
|
"LogTemplate": "{Timestamp:HH:mm:ss} [{Level:u4}] {Message:lj}{NewLine}{Exception}",
|
|
"ElasticUri": "http://localhost:9200"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=.\\sqlexpress;Database=FlightDB;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"Jwt": {
|
|
"Authority": "https://localhost:5005",
|
|
"Audience": "flight-api"
|
|
},
|
|
"RabbitMq": {
|
|
"HostName": "localhost",
|
|
"ExchangeName": "flight",
|
|
"UserName": "guest",
|
|
"Password": "guest"
|
|
},
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2",
|
|
"Url": "https://localhost:5003"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|