fix: change photos path
This commit is contained in:
parent
c221437618
commit
c7d56c8110
6 changed files with 42 additions and 50 deletions
|
|
@ -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/"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue