Files
ipe/config-example.json
T
2015-01-12 21:15:36 -03:00

26 lines
468 B
JSON

{
"Host": ":8080",
"Apps": [
{
"ApplicationDisabled": false,
"OnlySSL": false,
"Secret": "7ad3753142a6693b25b9",
"Key": "278d525bdf162c739803",
"Name": "App 1",
"AppID": "321",
"UserEvents": true,
"WebHooks": true
},
{
"ApplicationDisabled": false,
"OnlySSL": false,
"Secret": "d6824d2fa32888931504",
"Key": "c8b30f611ffb13202976",
"Name": "App 2",
"AppID": "123",
"UserEvents": true,
"WebHooks": false
}
]
}