Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
[UPD] clean config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian ANDRE committed Mar 21, 2017
1 parent 7b5f0ed commit 2f9a4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
@@ -1,7 +1,7 @@
module.exports = {
port: process.env.PORT || '5000',
recast: {
token: process.env.REQUEST_TOKEN || '7be658c25cd312c99c24af00540f8697',
token: process.env.REQUEST_TOKEN || '',
language: process.env.RECAST_LANGUAGE || 'en',
},
}

0 comments on commit 2f9a4b2

Please sign in to comment.