mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2025-12-21 13:00:35 -06:00
Add back in local config
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,5 +11,4 @@ coverage
|
||||
.DS_Store
|
||||
.prettierignore
|
||||
.prettierrc.json
|
||||
.sequelizerc
|
||||
config/local.js
|
||||
.sequelizerc
|
||||
6
config/local.js
Normal file
6
config/local.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const localConfig = {
|
||||
hostname: 'localhost',
|
||||
port: 8080,
|
||||
};
|
||||
|
||||
export default localConfig;
|
||||
Reference in New Issue
Block a user