From 2cbec09e4036f84e73bfbc938009410d317cb896 Mon Sep 17 00:00:00 2001 From: ddouglasz Date: Thu, 29 Mar 2018 03:39:12 +0100 Subject: [PATCH] chore: remove secret key from config.js --- config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..2d4c794 --- /dev/null +++ b/config.js @@ -0,0 +1,4 @@ +module.exports = { + PORT: 8000, +}; +