2022-05-25 01:39:40 +04:30

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": "*"
}