|
|
|
@ -1,13 +1,11 @@ |
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
declare(strict_types=1); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
/* |
|
|
|
* This file is Auto-Generated, Do NOT Modify!!! Please Delete this file to update configuration! |
|
|
|
* This file is Auto-Generated, Do NOT Modify!!! Please Delete this file to update configuration! |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/* Contents of : on_email.php */ |
|
|
|
/* Contents of : on_email.php */ |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set('email', array( |
|
|
|
\main_tts\configure::set('email', array( |
|
|
|
// 'host' => '', // SMTP Hosts - seperated by ; |
|
|
|
// 'host' => '', // SMTP Hosts - seperated by ; |
|
|
|
// 'username' => '', |
|
|
|
// 'username' => '', |
|
|
|
// 'password' => '', |
|
|
|
// 'password' => '', |
|
|
|
@ -17,24 +15,24 @@ declare(strict_types=1); |
|
|
|
)); |
|
|
|
)); |
|
|
|
/* Contents of : on_html.php */ |
|
|
|
/* Contents of : on_html.php */ |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set('html', array( |
|
|
|
\main_tts\configure::set('html', array( |
|
|
|
'title' => 'In Mockup...', |
|
|
|
'title' => 'In Mockup...', |
|
|
|
'author' => 'Robert Strutts', |
|
|
|
'author' => 'Robert Strutts', |
|
|
|
'javascript' => array('js/tts.min.js'=>'assets'), //'js/analytics.js'=>'project' |
|
|
|
'javascript' => array('js/tts.min.js'=>'assets'), //'js/analytics.js'=>'project' |
|
|
|
'css' => array('css/style.css'=>['path'=>'project', 'media'=>'all']), |
|
|
|
'css' => array('css/style.css'=>'project'), |
|
|
|
'robots' => 'noindex', |
|
|
|
'robots' => 'noindex', |
|
|
|
'keywords' => '', |
|
|
|
'keywords' => '', |
|
|
|
'description' => '', |
|
|
|
'description' => '', |
|
|
|
)); |
|
|
|
)); |
|
|
|
/* Contents of : on_http_request.php */ |
|
|
|
/* Contents of : on_http_request.php */ |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set('http_request', array( |
|
|
|
\main_tts\configure::set('http_request', array( |
|
|
|
'use' => 'sockets', // curl or sockets |
|
|
|
'use' => 'sockets', // curl or sockets |
|
|
|
)); |
|
|
|
)); |
|
|
|
|
|
|
|
|
|
|
|
/* Contents of : on_security.php */ |
|
|
|
/* Contents of : on_security.php */ |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set('security', array( |
|
|
|
\main_tts\configure::set('security', array( |
|
|
|
'show_dumps' => true, |
|
|
|
'show_dumps' => true, |
|
|
|
'key' => 'y8+HSfrO8wFknxND8SA2mQZBoYpPDeK+2FmIzdxFU9EmTsZ2rdo7GED0nt4DsKoHmbiBBIoNTMAfl+eEMv6qeA==', |
|
|
|
'key' => 'y8+HSfrO8wFknxND8SA2mQZBoYpPDeK+2FmIzdxFU9EmTsZ2rdo7GED0nt4DsKoHmbiBBIoNTMAfl+eEMv6qeA==', |
|
|
|
'main_salt' => 'e6fde23484881a29f7b6c6459456f3e1', |
|
|
|
'main_salt' => 'e6fde23484881a29f7b6c6459456f3e1', |
|
|
|
@ -47,7 +45,7 @@ declare(strict_types=1); |
|
|
|
|
|
|
|
|
|
|
|
/* Contents of : on_sessions.php */ |
|
|
|
/* Contents of : on_sessions.php */ |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set('sessions', array( |
|
|
|
\main_tts\configure::set('sessions', array( |
|
|
|
'engine' => 'php', // php, db |
|
|
|
'engine' => 'php', // php, db |
|
|
|
'type' => 'none', // Session Type: files, database, or cache |
|
|
|
'type' => 'none', // Session Type: files, database, or cache |
|
|
|
'session_variable' => 'ses_app_aaa_', // set session variable name for project |
|
|
|
'session_variable' => 'ses_app_aaa_', // set session variable name for project |
|
|
|
@ -58,9 +56,9 @@ declare(strict_types=1); |
|
|
|
)); |
|
|
|
)); |
|
|
|
/* Contents of : on_tts.php */ |
|
|
|
/* Contents of : on_tts.php */ |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set_key('important', 'private_ip_as_local', false); |
|
|
|
\main_tts\configure::set_key('important', 'private_ip_as_local', false); |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set('tts', array( |
|
|
|
\main_tts\configure::set('tts', array( |
|
|
|
'error_page' => 'tts', // or project |
|
|
|
'error_page' => 'tts', // or project |
|
|
|
'404_page' => 'tts', // or project |
|
|
|
'404_page' => 'tts', // or project |
|
|
|
'ui_kit' => 'tts', // or project |
|
|
|
'ui_kit' => 'tts', // or project |
|
|
|
@ -73,6 +71,6 @@ declare(strict_types=1); |
|
|
|
|
|
|
|
|
|
|
|
/* Contents of : on_view_mode.php */ |
|
|
|
/* Contents of : on_view_mode.php */ |
|
|
|
|
|
|
|
|
|
|
|
\tts\main\configure::set('view_mode', array( |
|
|
|
\main_tts\configure::set('view_mode', array( |
|
|
|
'default_paths' => array('json', 'common', 'flexbox', 'default') |
|
|
|
'default_paths' => array('json', 'common', 'flexbox', 'default') |
|
|
|
)); |
|
|
|
)); |