-
Notifications
You must be signed in to change notification settings - Fork 12
Sample system.json
Joel Christner edited this page Aug 10, 2019
·
1 revision
The following is a sample system.json configuration file for Less3.
{
"EnableConsole": true,
"Files": {
"ConfigDatabase": "./Less3.db"
},
"Server": {
"DnsHostname": "localhost",
"ListenerPort": 8000,
"Ssl": false,
"HeaderApiKey": "x-api-key",
"AdminApiKey": "less3admin"
},
"Storage": {
"Directory": "./Storage/"
},
"Syslog": {
"ServerIp": "127.0.0.1",
"ServerPort": 514,
"Header": "less3",
"MinimumLevel": 1,
"LogHttpRequests": false,
"LogHttpResponses": false,
"ConsoleLogging": true
},
"Debug": {
"Database": false,
"Authentication": false
}
}