server/sources/native.py
branchstable
changeset 2566 714a8743d423
parent 2354 9b4bac626977
child 2589 92f2bc945261
equal deleted inserted replaced
2537:73c83c14dd2c 2566:714a8743d423
   108           }),
   108           }),
   109         ('db-host',
   109         ('db-host',
   110          {'type' : 'string',
   110          {'type' : 'string',
   111           'default': '',
   111           'default': '',
   112           'help': 'database host',
   112           'help': 'database host',
       
   113           'group': 'native-source', 'inputlevel': 1,
       
   114           }),
       
   115         ('db-port',
       
   116          {'type' : 'string',
       
   117           'default': '',
       
   118           'help': 'database port',
   113           'group': 'native-source', 'inputlevel': 1,
   119           'group': 'native-source', 'inputlevel': 1,
   114           }),
   120           }),
   115         ('db-name',
   121         ('db-name',
   116          {'type' : 'string',
   122          {'type' : 'string',
   117           'default': REQUIRED,
   123           'default': REQUIRED,