mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +00:00
e046eeee93
- Fixed tests. - Refactored solution architecture once more. - Refactored solution hierarchy. - Adding audios for testing. - Solved flake8 issues and reorganized several imports in the process.
9 lines
172 B
Text
Executable file
9 lines
172 B
Text
Executable file
{
|
|
"database": {
|
|
"host": "127.0.0.1",
|
|
"user": "root",
|
|
"password": "rootpass",
|
|
"database": "dejavu"
|
|
},
|
|
"database_type": "mysql"
|
|
}
|