Blob Blame Raw

config = {
  'db': {
    'prefix'      : 'ew_',
    'connection': {
      'host'      : '127.0.0.1',
      'user'      : 'root',
      'passwd'    : 'password',
      'db'        : 'earthworm',
      'charset'   : 'utf8mb4',
    },
  },

  'users': {
    'showlist'    : True,
    'selfcreate'  : True,
    'selfdelete'  : True,
  },
}