dejavu/dejavu.cnf.SAMPLE
mrepetto e046eeee93 - Extracted common logic from database handlers.
- Fixed tests.
- Refactored solution architecture once more.
- Refactored solution hierarchy.
- Adding audios for testing.
- Solved flake8 issues and reorganized several imports in the process.
2019-09-25 17:38:25 -03:00

9 lines
172 B
Text
Executable file

{
"database": {
"host": "127.0.0.1",
"user": "root",
"password": "rootpass",
"database": "dejavu"
},
"database_type": "mysql"
}