Created
September 16, 2019 19:03
-
-
Save artemis15/a494146c9f800837b7be75101cd0c01c to your computer and use it in GitHub Desktop.
Local config file to hold configuration
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 | |
}; | |
module.exports = localConfig; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment