authsquare/app/config/database.py

9 lines
176 B
Python
Raw Normal View History

db_main = {
'host' : 'localhost',
'user' : 'root',
'password' : '',
'database' : 'your_db',
'port' : 3306,
'autocommit' : True,
}