memed/config.py

7 lines
100 B
Python

db = {
'user': 'abc',
'password': 'def',
'database': 'memed',
'host': 'localhost'
}