uas-web-22412001/api/config/database.py

9 lines
176 B
Python
Raw Normal View History

2025-07-15 13:23:28 +07:00
db_main = {
'host' : 'localhost',
'user' : 'root',
'password' : '',
'database' : 'your_db',
'port' : 3306,
'autocommit' : True,
}