mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Restored original jwt token handling
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Common configuration settings.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
apiTokenSecret: process.env.TOKENSECRET ? process.env.TOKENSECRET : 'secret-jwt-token'
|
||||
}
|
||||
Reference in New Issue
Block a user