change config json file from CBL to companion app
This commit is contained in:
parent
ae86016cc6
commit
13ec9bf991
|
@ -34,10 +34,10 @@
|
|||
"restoreMuteState":true
|
||||
},
|
||||
"pkcs11Module":{
|
||||
"libraryPath":"__undefined__",
|
||||
"tokenName":"__undefined__",
|
||||
"userPin":"__undefined__",
|
||||
"defaultKeyName":"__undefined__"
|
||||
"libraryPath":"/usr/lib64/softhsm/libsofthsm2.so",
|
||||
"tokenName":"ACSDKTOKEN",
|
||||
"userPin":"12345678",
|
||||
"defaultKeyName":"ACSDK1260"
|
||||
},
|
||||
"deviceSettings":{
|
||||
"databaseFilePath":"/data/database/deviceSettings.db",
|
||||
|
|
|
@ -20,4 +20,4 @@ fi
|
|||
|
||||
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /home/avs/SampleApp/SampleApp
|
||||
|
||||
/sbin/start-stop-daemon --start -c avs --exec /home/avs/SampleApp/SampleApp -- /data/avs/AlexaClientSDKConfig.json ERROR
|
||||
/sbin/start-stop-daemon --start -c avs --exec /home/avs/SampleApp/SampleApp -- /data/avs/appLWA.json ERROR
|
||||
|
|
Loading…
Reference in New Issue