{
    "ConnectionStrings": {
        "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=StomaDB;Trusted_Connection=True;MultipleActiveResultSets=true"
    },
    "Logging": {
        "LogLevel": {
            "Default": "Information",
            "Microsoft.AspNetCore": "Warning"
        }
    },
    "AllowedHosts": "*",

    "Twilio": {
        "AccountSid": "AC05ec2595f304a0d39c41922e3d2d7382",
        "AuthToken": "a205fea5ed46a32b08755778309c127b",
        "MessagingServiceSid": "MG1e6aa6681e348b7aab80fc37078c0aa1"
    }
}
