mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-05-11 23:19:07 -05:00
Add back in local config
This commit is contained in:
+1
-2
@@ -11,5 +11,4 @@ coverage
|
||||
.DS_Store
|
||||
.prettierignore
|
||||
.prettierrc.json
|
||||
.sequelizerc
|
||||
config/local.js
|
||||
.sequelizerc
|
||||
@@ -0,0 +1,6 @@
|
||||
const localConfig = {
|
||||
hostname: 'localhost',
|
||||
port: 8080,
|
||||
};
|
||||
|
||||
export default localConfig;
|
||||
Reference in New Issue
Block a user