uas-web-22412056/costapy/config/database.py
2025-07-15 15:20:21 +07:00

9 lines
178 B
Python

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