Create free branch with 30 RPM rate limits

This commit is contained in:
Chris Troutner
2020-06-27 14:58:35 -07:00
parent 1c00ea3cc6
commit 7b5eba9d45
3 changed files with 13 additions and 10 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
*/
const config = {
apiTokenSecret: process.env.TOKENSECRET ? process.env.TOKENSECRET : 'secret-jwt-token'
apiTokenSecret: process.env.TOKENSECRET
? process.env.TOKENSECRET
: 'secret-jwt-token'
}
module.exports = config