lamassu-server/lamassu-default.json
Rafael Taranto f7e9630710 lamassu-install and lamassu-update bugfixes (#261)
* Call bip39 after lamassu-server gets installed

* Fix bash variable declaration

* Remove mnemonic path from migrate defaults

This caused the update-to-mnemonic script to skip thinking the mnemonic
already existed
2019-03-14 11:09:47 +00:00

17 lines
555 B
JSON

{
"seedPath": "/etc/lamassu/seeds/seed.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"
}