costapy/config/database.py
Dita Aji Pratama db53e4988e Minor change
2023-01-30 20:11:17 +07:00

10 lines
188 B
Python
Executable File

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