Genesis commit
This commit is contained in:
35
config/default.json
Normal file
35
config/default.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"bip32": {
|
||||
"serverExtendedPrivateKey": "xprivgeneratebyyourservicespecificallytorunonthisserver",
|
||||
"serverExtendedPrivateKeyDerivationPath": "a/123/456/789", // Doesn't support hardned keys?
|
||||
"serviceAuthenticatingExtendedPublicKey": "xpubfortheservicewhichownsthisandwhichclientscanusetoauthenticateserviceownedresources"
|
||||
},
|
||||
"bcrypt" : {
|
||||
"salt" : 9
|
||||
},
|
||||
"database" : {
|
||||
"dialect" : "sqlite",
|
||||
"host" : "localhost",
|
||||
"database" : "databases",
|
||||
"username" : "databases",
|
||||
"password" : "sdaabasfd",
|
||||
"storage" : "database.sqlite",
|
||||
"define": {
|
||||
"paranoid": true
|
||||
},
|
||||
"logging": false
|
||||
// Encryption on database...
|
||||
// "dialectOptions": {
|
||||
// "encrypt": true
|
||||
// }
|
||||
},
|
||||
"server" : {
|
||||
"secret" : "don't forget to keep your secrets secret",
|
||||
"port" : 8765,
|
||||
"cookie": {
|
||||
// "domain": ".sigidli.com"
|
||||
},
|
||||
"compiled-render": false,
|
||||
"domain": "example.org"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user