/var/softaculous/slims
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt71810644editdlrm
clone.php52020644editdlrm
database.php9160644editdlrm
edit.php43840644editdlrm
edit.xml4330644editdlrm
env.php9210644editdlrm
extend.php89960644editdlrm
fileindex.php3930644editdlrm
import.php38330644editdlrm
info.xml39340644editdlrm
install.js9210644editdlrm
install.php53520644editdlrm
install.xml14260644editdlrm
md519400644editdlrm
notes.txt4800644editdlrm
update_pass.php2570644editdlrm
Edit: /var/softaculous/slims/database.php (916B)
'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 ] ];