diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-11 23:06:56 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-11 23:06:56 +0100 |
commit | 4d710564d4ba6ed525ad05fea03310857abd4d63 (patch) | |
tree | 8fd33c8d230513b53d32807123de1ee756a78e2a | |
parent | a6e44f5f0631ce49237f5e3f81f2d8682631e35f (diff) |
Set default VIN
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | agl-identity-service/etc/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agl-identity-service/etc/config.json b/agl-identity-service/etc/config.json index c69e5be..5208b38 100644 --- a/agl-identity-service/etc/config.json +++ b/agl-identity-service/etc/config.json @@ -1,6 +1,6 @@ { "endpoint": "https://agl-graphapi.forgerocklabs.org:443/getuserprofilefromtoken", - "vin": "WVGGF7BP7HD005986", + "vin": "4T1BF1FK5GU260429", "autoadvise": true, "delay": 5, "idp": { |