22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"Host": ":8080",
|
|
"SSL": false,
|
|
"Profiling": false,
|
|
"SSLHost": ":4433",
|
|
"SSLKeyFile": "A key.pem file",
|
|
"SSLCertFile": "A cert.pem file",
|
|
"Apps": [
|
|
{
|
|
"ApplicationDisabled": false,
|
|
"Secret": "A really secret random string",
|
|
"Key": "A random Key string",
|
|
"OnlySSL": false,
|
|
"Name": "The app name",
|
|
"AppID": "The app ID",
|
|
"UserEvents": true,
|
|
"WebHooks": true,
|
|
"URLWebHook": "Some URL to send webhooks"
|
|
}
|
|
]
|
|
}
|