Server IP : 149.255.58.128 / Your IP : 216.73.216.19
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /var/softaculous/cake//app_local.php
<?php
/*
* Local configuration file to provide any overrides to your app.php configuration.
* Copy and save this file as app_local.php and make changes as required.
* Note: It is not recommended to commit files with credentials such as app_local.php
* into source code version control.
*/
return [
/*
* Debug Level:
*
* Production Mode:
* false: No error messages, errors, or warnings shown.
*
* Development Mode:
* true: Errors and warnings shown.
*/
'debug' => filter_var(env('DEBUG', true), FILTER_VALIDATE_BOOLEAN),
/*
* Security and encryption configuration
*
* - salt - A random string used in security hashing methods.
* The salt value is also used as the encryption key.
* You should treat it as extremely sensitive data.
*/
'Security' => [
'salt' => env('SECURITY_SALT', '[[salt]]'),
],
/*
* Connection information used by the ORM to connect
* to your application's datastores.
*
* See app.php for more configuration options.
*/
'Datasources' => [
'default' => [
'host' => '[[softdbhost]]',
/*
* CakePHP will use the default DB port based on the driver selected
* MySQL on MAMP uses port 8889, MAMP users will want to uncomment
* the following line and set the port accordingly
*/
//'port' => 'non_standard_port_number',
'username' => '[[softdbuser]]',
'password' => '[[softdbpass]]',
'database' => '[[softdb]]',
/*
* If not using the default 'public' schema with the PostgreSQL driver
* set it here.
*/
//'schema' => 'myapp',
/*
* You can use a DSN string to set the entire configuration
*/
'url' => env('DATABASE_URL', null),
],
/*
* The test connection is used during the test suite.
*/
'test' => [
'host' => 'localhost',
//'port' => 'non_standard_port_number',
'username' => 'my_app',
'password' => 'secret',
'database' => 'test_myapp',
//'schema' => 'myapp',
'url' => env('DATABASE_TEST_URL', 'sqlite://127.0.0.1/tmp/tests.sqlite'),
],
],
/*
* Email configuration.
*
* Host and credential configuration in case you are using SmtpTransport
*
* See app.php for more configuration options.
*/
'EmailTransport' => [
'default' => [
'host' => 'localhost',
'port' => 25,
'username' => null,
'password' => null,
'client' => null,
'url' => env('EMAIL_TRANSPORT_DEFAULT_URL', null),
],
],
];
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | May 20 2025 09:37:10 | 0 / root | 0755 | |
php53 | -- | May 20 2025 09:37:10 | 0 / root | 0755 | |
php56 | -- | May 20 2025 09:37:10 | 0 / root | 0755 | |
php71 | -- | May 20 2025 09:37:10 | 0 / root | 0755 | |
php81 | -- | May 20 2025 09:37:10 | 0 / root | 0755 | |
php82 | -- | May 20 2025 09:37:10 | 0 / root | 0755 | |
| | | | | |
app_local.php | 2.789 KB | September 11 2023 06:39:04 | 0 / root | 0644 | |
fileindex.php | 0.189 KB | September 11 2023 06:39:04 | 0 / root | 0644 | |
import.php | 5.116 KB | May 19 2025 07:01:24 | 0 / root | 0644 | |
info.xml | 3.028 KB | May 19 2025 06:28:04 | 0 / root | 0644 | |
install.js | 0.899 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
install.php | 3.647 KB | May 19 2025 07:01:24 | 0 / root | 0644 | |
install.xml | 0.209 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
md5 | 3.696 KB | May 19 2025 07:01:22 | 0 / root | 0644 | |
notes.txt | 0.982 KB | September 11 2023 06:39:04 | 0 / root | 0644 | |