4.6.1.2.1.2.1. Пример файла конфигурации

 
{
    "Kestrel": {
        "EndPoints": {
            "HTTP": {
                "Url": "http://*:5000"
            }
        }
    },
 
    "Application": {
        "Name": "Alpha.Reports.Base",
        "ServerAddress": "http://127.0.0.1:5000",
        "LicenseFile": "license.lic",
        "BasePath": "",
        "RedirectToHTTPS": "false",
        "LdapServer": "",
 
        "DataBaseServer": {
            "Address": "localhost",
            "DataBase": "Reports",
            "Login": "postgres",
            "Password": "123"
        },
 
        "LDAPSecurity": {
            "Host": "127.0.0.1",
            "Port": "389",
            "BaseName": "AstraSecurity",
            "AppName": "Reports",
            "Rights": {
                "AdminRight": "Administration",
                "ViewRight": "View"
            }
        },
 
        "Modules": {
            "Alpha.Reports.Server": "http://127.0.0.1:5001"
        },
 
        "AlphaLicenseName": "",
       
        "DisableDataAccessAutoUpdate": "false",
       
        "AllowAllNIC": "false",
        "EntryPoints": [
            "http://127.0.0.1:5000",
            "http://192.168.0.1:5000",
            "http://somehostname:5000"
        ],
 
        "CleanupInterval": 43200
    }
}