]> git.defcon.no Git - hermes/commitdiff
Forgot to add backend config-var to .sample
authorJon Langseth <jon.langseth@lilug.no>
Sat, 21 Jan 2012 01:34:46 +0000 (02:34 +0100)
committerJon Langseth <jon.langseth@lilug.no>
Sat, 21 Jan 2012 01:34:46 +0000 (02:34 +0100)
api/config.php.sample

index c09eb674bdf01523799d732520245bfab2385280..58a26b4108fc26ad14316322671165da85928e65 100644 (file)
@@ -3,6 +3,7 @@
 function get_config()
 {
        return array(
+               'auth_backend' => 'permitall',
                'sql_server' => 'localhost',
                'sql_username' => 'dbusername',
                'sql_password' => 'dbuserpass',