* Change seed file with a bip39 mnemonic * Create helper for bip39 mnemonic * Prod mode on lamassu-update-to-mnemonic script * Fix standard styling issues
18 lines
612 B
JSON
18 lines
612 B
JSON
{
|
|
"seedPath": "/etc/lamassu/seeds/seed.txt",
|
|
"mnemonicPath": "/etc/lamassu/mnemonics/mnemonic.txt",
|
|
"caPath": "/etc/ssl/certs/Lamassu_OP_Root_CA.pem",
|
|
"certPath": "/etc/ssl/certs/Lamassu_OP.pem",
|
|
"keyPath": "/etc/ssl/private/Lamassu_OP.key",
|
|
"logLevel": "info",
|
|
"migrateStatePath": "/etc/lamassu/.migrate",
|
|
"blockchainDir": "/mnt/blockchains",
|
|
"ofacDataDir": "/opt/lamassu-server/sanctions",
|
|
"coinAtmRadar": {
|
|
"url": "https://coinatmradar.info/api/lamassu/"
|
|
},
|
|
"strike": {
|
|
"baseUrl": "https://api.strike.acinq.co/api/"
|
|
},
|
|
"idPhotoCardDir": "/opt/lamassu-server/idphotocard"
|
|
}
|