diff --git a/.gitignore b/.gitignore index 346434d..45a7670 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,4 @@ coverage .DS_Store .prettierignore .prettierrc.json -.sequelizerc -config/local.js \ No newline at end of file +.sequelizerc \ No newline at end of file diff --git a/config/local.js b/config/local.js new file mode 100644 index 0000000..7307b2d --- /dev/null +++ b/config/local.js @@ -0,0 +1,6 @@ +const localConfig = { + hostname: 'localhost', + port: 8080, +}; + +export default localConfig;