Blame config.py

3d8d28
cbf076
config = {
e5b0ac
  'domain'        : 'earthworm.local',
e5b0ac
  
cbf076
  'db': {
b838e2
    'prefix'      : 'ew_',
cbf076
    'connection': {
b838e2
      'host'      : '127.0.0.1',
b838e2
      'user'      : 'root',
b838e2
      'passwd'    : 'password',
b838e2
      'db'        : 'earthworm',
b838e2
      'charset'   : 'utf8mb4',
cbf076
    },
cbf076
  },
b838e2
b838e2
  'users': {
b838e2
    'showlist'    : True,
b838e2
    'selfcreate'  : True,
b838e2
    'selfdelete'  : True,
b838e2
  },
e5b0ac
  
e5b0ac
  'repositories': {
e5b0ac
    'git': {
e5b0ac
      'internalurl' : 'http://localhost:8011/repo/git',
e5b0ac
      'path'        : '/home/bw/work/dev/earthworm/repo/git'
e5b0ac
    },
e5b0ac
  },
cbf076
}
cbf076