Added config module

This commit is contained in:
2022-11-19 13:53:05 -05:00
parent 4a44aef764
commit 5fb463598a
4 changed files with 78 additions and 6 deletions

6
conf/defaults.json Normal file
View File

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