|
|
|
|
@ -3,10 +3,11 @@ |
|
|
|
|
/* |
|
|
|
|
* This file is Auto-Generated, Do NOT Modify!!! Please Delete this file to update configuration! |
|
|
|
|
*/ |
|
|
|
|
use \tts\configure as Config; |
|
|
|
|
|
|
|
|
|
/* Contents of : on_email.php */ |
|
|
|
|
|
|
|
|
|
\tts\configure::set('email', array( |
|
|
|
|
Config::set('email', array( |
|
|
|
|
// 'host' => '', // SMTP Hosts - seperated by ; |
|
|
|
|
// 'username' => '', |
|
|
|
|
// 'password' => '', |
|
|
|
|
@ -16,7 +17,7 @@ |
|
|
|
|
)); |
|
|
|
|
/* Contents of : on_html.php */ |
|
|
|
|
|
|
|
|
|
\tts\configure::set('html', array( |
|
|
|
|
Config::set('html', array( |
|
|
|
|
'title' => 'In Mockup...', |
|
|
|
|
'author' => 'Robert Strutts', |
|
|
|
|
'javascript' => array('js/tts.min.js'=>'assets'), //'js/analytics.js'=>'project' |
|
|
|
|
@ -27,13 +28,13 @@ |
|
|
|
|
)); |
|
|
|
|
/* Contents of : on_http_request.php */ |
|
|
|
|
|
|
|
|
|
\tts\configure::set('http_request', array( |
|
|
|
|
Config::set('http_request', array( |
|
|
|
|
'use' => 'sockets', // curl or sockets |
|
|
|
|
)); |
|
|
|
|
|
|
|
|
|
/* Contents of : on_security.php */ |
|
|
|
|
|
|
|
|
|
\tts\configure::set('security', array( |
|
|
|
|
Config::set('security', array( |
|
|
|
|
'show_dumps' => true, |
|
|
|
|
'key' => 'y8+HSfrO8wFknxND8SA2mQZBoYpPDeK+2FmIzdxFU9EmTsZ2rdo7GED0nt4DsKoHmbiBBIoNTMAfl+eEMv6qeA==', |
|
|
|
|
'main_salt' => 'e6fde23484881a29f7b6c6459456f3e1', |
|
|
|
|
@ -46,7 +47,7 @@ |
|
|
|
|
|
|
|
|
|
/* Contents of : on_sessions.php */ |
|
|
|
|
|
|
|
|
|
\tts\configure::set('sessions', array( |
|
|
|
|
Config::set('sessions', array( |
|
|
|
|
'type' => 'cookies', // Session Type: php, files, redis, or cookies |
|
|
|
|
'session_variable' => 'ses_app_', // set session variable name for project |
|
|
|
|
'session_name' => 'main_SESS', // More secure then PHPSESSID |
|
|
|
|
@ -72,7 +73,7 @@ |
|
|
|
|
// \bs_tts\site_helper::set_allowed_Private_IPs(['192.168.32.2', '192.168.32.3']); |
|
|
|
|
// \bs_tts\site_helper::set_allowed_Public_IPs('12.x.x.x'); |
|
|
|
|
|
|
|
|
|
\tts\configure::set('tts', array( |
|
|
|
|
Config::set('tts', array( |
|
|
|
|
'site_name' => 'Testing', |
|
|
|
|
'short_url' => true, |
|
|
|
|
'default_project' => 'home', |
|
|
|
|
@ -81,6 +82,6 @@ |
|
|
|
|
)); |
|
|
|
|
/* Contents of : on_view_mode.php */ |
|
|
|
|
|
|
|
|
|
\tts\configure::set('view_mode', array( |
|
|
|
|
Config::set('view_mode', array( |
|
|
|
|
'default_paths' => array('json', 'common', 'flexbox', 'default') |
|
|
|
|
)); |