server/sources/native.py
branchstable
changeset 6201 cf445fcaf8fe
parent 6128 fbb8398f80dc
child 6211 e9d125fd1465
equal deleted inserted replaced
6200:6e8c847ae397 6201:cf445fcaf8fe
   208         ('db-driver',
   208         ('db-driver',
   209          {'type' : 'string',
   209          {'type' : 'string',
   210           'default': 'postgres',
   210           'default': 'postgres',
   211           # XXX use choice type
   211           # XXX use choice type
   212           'help': 'database driver (postgres, mysql, sqlite, sqlserver2005)',
   212           'help': 'database driver (postgres, mysql, sqlite, sqlserver2005)',
   213           'group': 'native-source', 'level': 1,
   213           'group': 'native-source', 'level': 0,
   214           }),
   214           }),
   215         ('db-host',
   215         ('db-host',
   216          {'type' : 'string',
   216          {'type' : 'string',
   217           'default': '',
   217           'default': '',
   218           'help': 'database host',
   218           'help': 'database host',