Fix Auth token

This commit is contained in:
Gaël Métais
2014-12-10 08:16:11 +01:00
parent 49015e3422
commit 84faabca86
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -4,10 +4,10 @@ var jwt = require('jwt-simple');
var config = {
"authorizedKeys": {
"1234567890": "test@test.com"
"1234567890": "contact@gaelmetais.com"
},
"tokenSalt": "test-salt",
"authorizedApplications": ["wooot"]
"tokenSalt": "lake-city",
"authorizedApplications": ["frontend"]
};
var apiUrl = 'http://localhost:8387/api';