spiduler - crawling service gateway

This commit is contained in:
spiduler
2020-10-08 20:08:54 +09:00
parent 291eaf85a5
commit 0f9f377546
5 changed files with 90 additions and 33 deletions

View File

@@ -3,14 +3,14 @@ var uuid = require('node-uuid'),
accessTokens = {},
tokenHeartbeats = {},
clients = {
'F8Nbz9gGUvLgdn8T': {
'7tmK4rF8As8CtRw5': {
id: '1',
secret: 'Fesmx7hHCCMx7Cby7FhV2fAtf2NYEFzP5fCKuwEEdpf8hpnsnnQn9qYhNHt6SsDD',
secret: 'cgzLcVFku5zEvXkCKNZsAbxXQENFqPDx2kfjnMGd3m9BczehmFt2pw9r9MdASSFt',
grantTypes: ['client_credentials']
},
'dev52VrnSufxEyKT': {
'devLdadSKsTP92JJ': {
id: '2',
secret: 'nK2jnqhdWnrmAFDw9zWVueAqUQvSxmAyjf2Sz7ZrmYVSH5GSxER4rPQCuBUewF',
secret: 'ngKRm8aDHq4g7pskRTyPwFTrsE7Kf8feVpBvE5SjYwXUhyGKKa4NeqYWwNjFWtv7',
grantTypes: ['client_credentials']
}
};