PHP 8.2.30
Preview: database.php Size: 916 B
//var/softaculous/slims/database.php

<?php

return [
    /**
     * Default database node profile
     */
    'default_profile' => 'SLiMS',

    /**
     * SLiMS as Service, One SLiMS for many library
     * ----------------------------------------------------
     * 
     * Switching database node access based on rule,
     * such as domain, ip, port etc
     * 
     * How to :
     * 1. make file with name database_proxy.php in config/
     * 2. make your own rule in that file.
     * 3. change this value to true
     */
    'proxy' => false,

    /**
     * Nodes profile
     */
    'nodes' => [
        'SLiMS' => [
            'host' => '[[softdbhost]]',
            'database' => '[[softdb]]',
            'port' => 3306,
            'username' => '[[softdbuser]]',
            'password' => '[[softdbpass]]',
            'options' => [
                'storage_engine' => 'MyISAM'
            ]
        ],
        // add more here
    ]
];

Directory Contents

Dirs: 6 × Files: 18

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-09-19 21:03:40
Edit Download
php53 DIR
- drwxr-xr-x 2025-09-19 21:03:40
Edit Download
php56 DIR
- drwxr-xr-x 2025-09-19 21:03:40
Edit Download
php71 DIR
- drwxr-xr-x 2025-09-19 21:03:40
Edit Download
php81 DIR
- drwxr-xr-x 2025-09-19 21:03:40
Edit Download
php82 DIR
- drwxr-xr-x 2025-09-19 21:03:40
Edit Download
5.87 KB lrw-r--r-- 2025-09-19 11:23:40
Edit Download
5.07 KB lrw-r--r-- 2025-09-19 11:51:20
Edit Download
916 B lrw-r--r-- 2025-08-29 07:57:50
Edit Download
4.25 KB lrw-r--r-- 2025-09-19 11:51:20
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
921 B lrw-r--r-- 2025-08-29 07:57:50
Edit Download
8.78 KB lrw-r--r-- 2025-09-19 11:51:20
Edit Download
393 B lrw-r--r-- 2025-08-29 07:57:50
Edit Download
3.74 KB lrw-r--r-- 2025-09-19 11:51:20
Edit Download
3.74 KB lrw-r--r-- 2025-09-19 11:23:40
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.82 KB lrw-r--r-- 2025-09-19 11:51:20
Edit Download
1.38 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.51 KB lrw-r--r-- 2025-09-19 11:51:20
Edit Download
480 B lrw-r--r-- 2023-06-02 08:49:28
Edit Download
111.36 KB lrw-r--r-- 2025-09-19 11:23:40
Edit Download
49.98 MB lrw-r--r-- 2025-09-19 11:23:40
Edit Download
257 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).