Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage

This commit is contained in:
2022-11-02 14:03:20 -04:00
parent aa980948d8
commit 182356c685
5 changed files with 49 additions and 1 deletions

6
config/default.json Normal file
View File

@ -0,0 +1,6 @@
{
"database": {
"driver": "sqlite",
"connection_string": "data/overseer.db"
}
}