Skip to content

Commit

Permalink
Update rate limited key and update description (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
karaggeorge authored Feb 22, 2020
1 parent ea66cce commit c80b391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ const config = {
title: 'API key',
type: 'string',
minLength: 13,
default: 'dc6zaTOxFJmzC', // Rate limited test key
default: '24j0dMD6Ml01YtYnEd3D3YvhsSgBmQw9', // Rate limited test key
required: true
}
};

const giphy = {
title: 'Share to GIPHY',
configDescription: 'The default API key is rate limited. In order to be able to upload more GIFs, create your own key here: https://developers.giphy.com/dashboard/',
formats: [
'gif'
],
Expand Down

0 comments on commit c80b391

Please sign in to comment.