mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Forked from christroutner/bch-api
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Common configuration settings.
|
||||
*/
|
||||
|
||||
const config = {
|
||||
apiTokenSecret: process.env.TOKENSECRET ? process.env.TOKENSECRET : 'secret-jwt-token'
|
||||
}
|
||||
|
||||
module.exports = config
|
||||
Reference in New Issue
Block a user