xref: /plugin/authdjango/conf/metadata.php (revision 1ea548ffa7cf6941d5c0df0f476485f3579e0f2b)
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