Blob Blame Raw

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

  'users': {
    'showlist'    : True,
    'selfcreate'  : True,
    'selfdelete'  : True,
  },
  
  'repositories': {
    'git': {
      'internalurl' : 'http://localhost:8011/repo/git',
      'path'        : '/home/bw/work/dev/earthworm/repo/git'
    },
  },
}