xref: /plugin/authdjango/conf/default.php (revision 53a02df581403988400eb6881366afb32ac4a5cc)
1$conf['protocol'] = 'pgsql';
2$conf['server']   = 'localhost';
3$conf['user']     = 'dbuser';
4$conf['db']       = 'dbname';
5$conf['password'] = 'dbpassword';
6