Add back in local config

This commit is contained in:
mjrode
2019-03-31 17:02:38 -05:00
parent a164e70fff
commit aef8639215
2 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@@ -11,5 +11,4 @@ coverage
.DS_Store
.prettierignore
.prettierrc.json
.sequelizerc
config/local.js
.sequelizerc

6
config/local.js Normal file
View File

@@ -0,0 +1,6 @@
const localConfig = {
hostname: 'localhost',
port: 8080,
};
export default localConfig;