/etc/moodle/wimsconf.php.dpkg-dist is in wims-moodle 4.0-18.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <?php /// Moodle-Wims Configuration File
$CFG->wimshost="localhost"; // the IP address for the Wims server
$CFG->wimsroot="wims"; // URL = "http://".$CFG->wimshost."/".$CFG->wimsroot
$CFG->wimsRemoteUrl="https://wims.url.domain"; // the external URL for Wims
$CFG->protocol="localwims"; // the name of the configuration file for Wims
// this file is in ${WIMS_HOME}/log/classes/.connections/ , with the following password.
$CFG->passwims="azerty"; // a shared secret
?>
|