diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-30 20:18:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-30 20:18:55 -0400 |
| commit | acc37ef0a58ccf5a8b1bffa5ba115b1ec9f22c6b (patch) | |
| tree | 6fe229e7c67824d18f4a68369a5f5c8a5baacb61 | |
| parent | 8bf5b7f2e3be707523d202066f0c14dcd172f46a (diff) | |
api key
| -rw-r--r-- | StoneIsland/www/js/sdk/auth.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/sdk/auth.js b/StoneIsland/www/js/sdk/auth.js index 911da902..29bc78f2 100644 --- a/StoneIsland/www/js/sdk/auth.js +++ b/StoneIsland/www/js/sdk/auth.js @@ -10,8 +10,8 @@ var auth = (function(){ var auth = {} - auth.appname = "{API-TEST}" - auth.apikey = "{API-KEY}" + auth.appname = is_iphone ? "native-iphone-stoneisland/1.0.0" : "native-android-stoneisland/1.0.0" + auth.apikey = "U2FsdGVkX18fThqg9bF0/ZgE9Jg948hn8O9EXli4B2729nAESCQaexv//M5+7+za" auth.device = "smartphone" auth.access_token = "" |
