costapy/config/database.py
Dita Aji Pratama 39b01c5280 Minor change
2024-01-13 11:57:50 +07:00

8 lines
151 B
Python
Executable File

main_db = {
'host' : 'localhost',
'user' : 'root',
'password' : '',
'database' : 'your_db',
'autocommit' : True,
}