6 lines
100 B
Python
6 lines
100 B
Python
db = {
|
|
'user': 'abc',
|
|
'password': 'def',
|
|
'database': 'memed',
|
|
'host': 'localhost'
|
|
}
|