mirror of
https://github.com/mariadb-corporation/dev-example-todo.git
synced 2026-01-11 10:03:10 +00:00
Added auto-commit setting to configuration
This commit is contained in:
@ -17,7 +17,7 @@ config = {
|
||||
'user': os.getenv("DB_USER"),
|
||||
'password': os.getenv("DB_PASS"),
|
||||
'database': os.getenv("DB_NAME"),
|
||||
'ssl': 'False'
|
||||
'autocommit': True
|
||||
}
|
||||
|
||||
@tasks.route('/api/tasks', methods=['GET','POST','PUT','DELETE'])
|
||||
|
||||
Reference in New Issue
Block a user