feat: relay id data photos to server

This commit is contained in:
José Oliveira 2021-03-17 13:53:20 +00:00 committed by Josh Harvey
parent 04e583b47d
commit c221437618
5 changed files with 94 additions and 3 deletions

View file

@ -19,6 +19,7 @@ BLOCKCHAIN_DIR=/mnt/blockchains
OFAC_DATA_DIR=/var/lamassu/ofac
ID_PHOTO_CARD_DIR=/opt/lamassu-server/idphotocard
FRONTCAMERA_DIR=/opt/lamassu-server/frontcamera
IDCARDDATA_DIR=/opt/lamassu-server/idcarddata
# Look into http://unix.stackexchange.com/questions/140734/configure-localtime-dpkg-reconfigure-tzdata
@ -183,6 +184,7 @@ cat <<EOF > $CONFIG_DIR/lamassu.json
"ofacDataDir": "$OFAC_DATA_DIR",
"idPhotoCardDir": "$ID_PHOTO_CARD_DIR",
"frontCameraDir": "$FRONTCAMERA_DIR",
"idCardDataDir": "$IDCARDDATA_DIR"
"strike": {
"baseUrl": "https://api.strike.acinq.co/api/"
},