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