OpenDataPortaal / src / OpenKamer.WebCore / appsettings.json
Code · 13 lines · 279 bytes
1
2
3
4
5
6
7
8
9
10
11
12
13{
    "Mongo": {
        "ConnectionString": "mongodb://127.0.0.1:27017",
        "DbName": "tweedekamer"
    },
    "Logging": {
        "LogLevel": {
            "Default": "Information",
            "Microsoft.AspNetCore": "Warning"
        }
    },
    "AllowedHosts": "*"
}