xref: /plugin/authdjango/conf/default.php (revision 557e3fdc1c1557c0f8ab376d68d7131ff2bf8156)
1<?php
2$conf['protocol']   = 'pgsql';
3$conf['server']     = 'localhost';
4$conf['user']       = 'dbuser';
5$conf['db']         = 'dbname';
6$conf['password']   = 'dbpassword';
7$conf['logoff_uri'] = '';
8