Browse Source

removed api key

pull/2/head
Spocke 6 years ago
parent
commit
935d672eff
  1. 2
      config.js

2
config.js

@ -1,5 +1,5 @@
// Replace this with your api key from the "API Key Manager" at the tiny.cloud account page // Replace this with your api key from the "API Key Manager" at the tiny.cloud account page
exports.apiKey = '0u7ewodzfullt54r03xqrer202glzi0768zyetkrkoa42nag';
exports.apiKey = 'your-api-key-here';
// Replace the contents of the private.key file with the one from the "JWT Key Manager" at the tiny.cloud account page // Replace the contents of the private.key file with the one from the "JWT Key Manager" at the tiny.cloud account page
exports.privateKeyFile = './private.key'; exports.privateKeyFile = './private.key';

Loading…
Cancel
Save