Skip to content

Commit

Permalink
Add credentials to rpi-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
koustabhdolui authored and nopbyte committed Jul 10, 2017
1 parent ca6bce3 commit f294dde
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rpi-conf/agile-idm-core-conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,14 @@ var conf = {
"username": "agile",
"auth_type": "agile-local",
"role":"admin",
"password": "secret"
"password": "secret",
"credentials":{
"xively":{
"xivelymaster":"NU9grueAtYdQE0L7DdFlID3NBZuQn7tyyNvjXUvqoQnJ2rox",
"xivelyproduct":"Y1o-jUXIj66T1Ekb_Tjx",
"xivelysecret":"067d1c0ad522fa0315782888b4cf89741b0369ec"
}
}
},
"client": {
"id": "AGILE-OSJS",
Expand Down

0 comments on commit f294dde

Please sign in to comment.