fix: change photos path

This commit is contained in:
José Oliveira 2021-06-10 18:52:58 +01:00 committed by Josh Harvey
parent c221437618
commit c7d56c8110
6 changed files with 42 additions and 50 deletions

View file

@ -19,7 +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
OPERATOR_DIR=/opt/lamassu-server/operatordata
# Look into http://unix.stackexchange.com/questions/140734/configure-localtime-dpkg-reconfigure-tzdata
@ -184,7 +184,7 @@ cat <<EOF > $CONFIG_DIR/lamassu.json
"ofacDataDir": "$OFAC_DATA_DIR",
"idPhotoCardDir": "$ID_PHOTO_CARD_DIR",
"frontCameraDir": "$FRONTCAMERA_DIR",
"idCardDataDir": "$IDCARDDATA_DIR"
"operatorDataDir": "$OPERATOR_DIR"
"strike": {
"baseUrl": "https://api.strike.acinq.co/api/"
},