Created
October 2, 2019 17:40
-
-
Save artemis15/e07e65f2ea095a95b06aae2b02a5016e to your computer and use it in GitHub Desktop.
local.js file with JWT project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let localConfig = { | |
hostname: 'localhost', | |
port: 3000, | |
secret : '123secret321', | |
}; | |
module.exports = localConfig; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment