xref: /plugin/authdjango/conf/metadata.php (revision 557e3fdc1c1557c0f8ab376d68d7131ff2bf8156)
1<?php
2$meta['protocol']   = array('multichoice','_choices' => array('pgsql','mysql','sqlite'));
3$meta['server']     = array('string');
4$meta['user']       = array('string');
5$meta['db']         = array('string');
6$meta['password']   = array('string');
7$meta['logoff_uri'] = array('string');
8