Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage
This commit is contained in:
6
config/default.json
Normal file
6
config/default.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"database": {
|
||||
"driver": "sqlite",
|
||||
"connection_string": "data/overseer.db"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user