hd-auth-wallet/config/default.json

18 lines
425 B
JSON
Raw Permalink Normal View History

2019-11-23 22:34:59 +02:00
{
"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
// }
}
}