diff --git a/src/config/app.ts b/src/config/app.ts index 3bcdbf1..a6c01e5 100644 --- a/src/config/app.ts +++ b/src/config/app.ts @@ -16,5 +16,5 @@ module.exports = { algorithm: ['HS256'] }, messageTypes : ['broadcast', 'direct', 'changeChannel'], - archimedesToken: process.env.ARCHIMEDES_INTEGRATION_TOKEN || 'sha1=baddbeef' + archimedesToken: process.env.ARCHIMEDES_INTEGRATION_TOKEN || 'sha1=da39a3ee5e6b4b0d3255bfef95601890afd80709' };