Skip to content

Instantly share code, notes, and snippets.

@artemis15
Created October 2, 2019 17:40
Show Gist options
  • Save artemis15/e07e65f2ea095a95b06aae2b02a5016e to your computer and use it in GitHub Desktop.
Save artemis15/e07e65f2ea095a95b06aae2b02a5016e to your computer and use it in GitHub Desktop.
local.js file with JWT project
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