Forked from christroutner/bch-api

This commit is contained in:
Chris Troutner
2020-07-27 21:25:31 -07:00
commit 2358737f9e
82 changed files with 36529 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/*
Common configuration settings.
*/
const config = {
apiTokenSecret: process.env.TOKENSECRET ? process.env.TOKENSECRET : 'secret-jwt-token'
}
module.exports = config