X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=api%2Fconfig.php.sample;h=58a26b4108fc26ad14316322671165da85928e65;hb=f48343d880910f4466072e8c10983685d3e75331;hp=c09eb674bdf01523799d732520245bfab2385280;hpb=6496a650839b71ea7bfaab1b3b461886de4475a8;p=hermes diff --git a/api/config.php.sample b/api/config.php.sample index c09eb67..58a26b4 100644 --- a/api/config.php.sample +++ b/api/config.php.sample @@ -3,6 +3,7 @@ function get_config() { return array( + 'auth_backend' => 'permitall', 'sql_server' => 'localhost', 'sql_username' => 'dbusername', 'sql_password' => 'dbuserpass',