9 lines
178 B
Python
9 lines
178 B
Python
db_main = {
|
|
'host' : 'localhost',
|
|
'user' : 'root',
|
|
'password' : '',
|
|
'database' : 'frogymind',
|
|
'port' : 3306,
|
|
'autocommit' : True,
|
|
}
|