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

9 lines
188 B
Python
Raw Permalink Normal View History

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