Skip to content
Snippets Groups Projects
appsettings.json 351 B
Newer Older
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "UserMicroservice": {
    "BaseUrl": "http://localhost:5089"
  },
  "FlightMicroservice": {
    "BaseUrl": "http://localhost:5175"
  },
  "BookingMicroservice": {
    "BaseUrl": "http://localhost:5207"