set default auth token to SHA-1 of empty string
This commit is contained in:
parent
97a746c572
commit
473fa4b662
@ -16,5 +16,5 @@ module.exports = {
|
|||||||
algorithm: ['HS256']
|
algorithm: ['HS256']
|
||||||
},
|
},
|
||||||
messageTypes : ['broadcast', 'direct', 'changeChannel'],
|
messageTypes : ['broadcast', 'direct', 'changeChannel'],
|
||||||
archimedesToken: process.env.ARCHIMEDES_INTEGRATION_TOKEN || 'sha1=baddbeef'
|
archimedesToken: process.env.ARCHIMEDES_INTEGRATION_TOKEN || 'sha1=da39a3ee5e6b4b0d3255bfef95601890afd80709'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user