memed/config.py
2017-12-01 18:02:23 -03:00

6 lines
100 B
Python

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