Genesis commit
This commit is contained in:
18
config/default.json
Normal file
18
config/default.json
Normal 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
|
||||
// }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user