{
    "Logging": {
        "IncludeScopes": false,
        "LogLevel": {
            "Default": "Trace",
            "Microsoft": "Warning",
            "Microsoft.Hosting.Lifetime": "Information",
            "Microsoft.EntityFrameworkCore.Database.Command": "Information"
        },
        "NLog": "server=localhost;Port=3306;user=root;password='';database=UserMgtDb;Allow User Variables=True"
    },
    "CurrentDomain": "http://localhost/UserManagement.API",
    "connectionStrings": {
        "UserDbConnectionString": "server=localhost;Port=3306;user=root;password='';database=UserMgtDb;Allow User Variables=True"
    },
    "Kestrel": {
        "Endpoints": {
            "Http": {
                "Url": "http://localhost:5005"
            }
        }
    },
    "AllowedHosts": "*",
    "JwtSettings": {
        "key": "This*Is&A!Long)Key(For%Creating@A$SymmetricKey",
        "issuer": "http://localhost:5000",
        "audience": "DocumentUsers",
        "minutesToExpiration": "720"
    },
    "UserProfilePath": "Users"
}
