Blame config.py

3d8d28
cbf076
config = {
cbf076
  'db': {
cbf076
    'connection': {
cbf076
        'host'       : '127.0.0.1',
cbf076
        'user'       : 'root',
cbf076
        'passwd'     : 'password',
cbf076
        'db'         : 'earthworm',
cbf076
        'charset'    : 'utf8mb4',
cbf076
    },
cbf076
  },
cbf076
}
cbf076