Genesis commit

This commit is contained in:
Kgothatso
2019-11-23 22:34:59 +02:00
parent 9258d6f234
commit db36cb33cf
19 changed files with 2184 additions and 0 deletions

18
config/default.json Normal file
View File

@@ -0,0 +1,18 @@
{
"bcrypt" : {
"salt" : 11
},
"database" : {
"dialect" : "sqlite",
"host" : "localhost",
"database" : "databases",
"username" : "databases",
"password" : "thisisfortheotherdbtypes",
"storage" : "database.sqlite",
"logging": false
// Encryption on database...
// "dialectOptions": {
// "encrypt": true
// }
}
}