Skip to content

Instantly share code, notes, and snippets.

@artemis15
Created September 16, 2019 19:03
Show Gist options
  • Save artemis15/a494146c9f800837b7be75101cd0c01c to your computer and use it in GitHub Desktop.
Save artemis15/a494146c9f800837b7be75101cd0c01c to your computer and use it in GitHub Desktop.
Local config file to hold configuration
let localConfig = {
hostname: 'localhost',
port: 3000
};
module.exports = localConfig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment