Skip to content

Commit

Permalink
Add new ion token for 1.49 release
Browse files Browse the repository at this point in the history
1. This replaces the 6 month beta token (which will be revoked on Oct 1st).
2. We'll rotate demo tokens so that a new ion token gets added just before
every release.
3. Each demo tokens is valid for 2 months before it is revoked.
  • Loading branch information
mramato committed Aug 31, 2018
1 parent c681775 commit 4b3a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Ion.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define([
'use strict';

var defaultTokenCredit;
var defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI0NDViM2NkNi0xYTE2LTRlZTUtODBlNy05M2Q4ODg4M2NmMTQiLCJpZCI6MjU5LCJpYXQiOjE1MTgxOTc4MDh9.sld5jPORDf_lWavMEsugh6vHPnjR6j3qd1aBkQTswNM';
var defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkZGM5ZDhhNi00MTEzLTQ3YzUtOGQ1Zi0xZjE3MGM0NDYzNWEiLCJpZCI6MjU5LCJpYXQiOjE1MzU3MjQyMjh9.pIEOyZPuF4xHRzAQFnDgZJwgpLXDtS7vGMwha6fCs2g';

/**
* Default settings for accessing the Cesium ion API.
Expand Down

0 comments on commit 4b3a175

Please sign in to comment.