]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15476
authorthepurpleblob <thepurpleblob>
Mon, 30 Jun 2008 15:01:24 +0000 (15:01 +0000)
committerthepurpleblob <thepurpleblob>
Mon, 30 Jun 2008 15:01:24 +0000 (15:01 +0000)
Can now override the public key lifetime by specificying value
for $CFG->mnetkeylifetime in config.php

Merged from STABLE_19

config-dist.php

index dc55746d8ec136f80842b78406ef49a62fea6daa..98015a15c93fdf1cadf40d4b52f8775aeb9c7232 100644 (file)
@@ -132,6 +132,13 @@ $CFG->admin = 'admin';
 // These are additional tweaks for which no GUI exists in Moodle yet.
 //
 //
+// Change the key pair lifetime for Moodle Networking
+// The default is 28 days. You would only want to change this if the key
+// was not getting regenerated for any reason. You would probably want
+// make it much longer. Note that you'll need to delete and manually update
+// any existing key.
+//      $CFG->mnetkeylifetime = 28;
+//
 // Prevent scheduled backups from operating (and hide the GUI for them)
 // Useful for webhost operators who have alternate methods of backups
 //      $CFG->disablescheduledbackups = true;