]> git.defcon.no Git - hermes/blobdiff - api/config.php.sample
Forgot to add backend config-var to .sample
[hermes] / 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',