File structure organization.

Create a new package ipe and put everything n there except for the main function.
This commit is contained in:
claudemiro
2015-01-31 08:29:01 -03:00
parent c7f757e517
commit cd1fd8995d
22 changed files with 59 additions and 42 deletions
-30
View File
@@ -1,30 +0,0 @@
{
"Host": ":8080",
"Expvar": true,
"User": "Username",
"Password": "123456",
"Apps": [
{
"ApplicationDisabled": false,
"OnlySSL": false,
"Secret": "7ad3753142a6693b25b9",
"Key": "278d525bdf162c739803",
"Name": "App 1",
"AppID": "321",
"UserEvents": true,
"WebHooks": true,
"URLWebHook": "http://127.0.0.1:4567/php/hook.php"
},
{
"ApplicationDisabled": false,
"OnlySSL": false,
"Secret": "d6824d2fa32888931504",
"Key": "c8b30f611ffb13202976",
"Name": "App 2",
"AppID": "123",
"UserEvents": true,
"WebHooks": false,
"URLWebHook": "http://127.0.0.1:4567/php/hook.php"
}
]
}