We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5d823 commit 8c6219bCopy full SHA for 8c6219b
interface/lib/config.inc.local.php
@@ -4,7 +4,11 @@
4
5
Example local config. Here you can add your own custom
6
settings to override the defaults. These will also be
7
-protected from updates.
+protected from updates. This is added at the end of the
8
+config.inc.php to allow you to override settings. Be
9
+careful as this can override settings for the database.
10
+
11
+** Check your config before using in production. **
12
13
*/
14
@@ -24,6 +28,6 @@
24
28
// $conf['language'] = 'en';
25
29
26
30
// $conf['interface_logout_url'] = 'http://www.mycompany.com';
27
-*/
31
32
33
?>
0 commit comments