diff options
Diffstat (limited to 'app/config.js')
-rw-r--r-- | app/config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/config.js b/app/config.js index 6a66027..b7212e3 100644 --- a/app/config.js +++ b/app/config.js @@ -9,8 +9,6 @@ function deepFreeze(obj) { } Math.clamp ||= ((x,l,h) => Math.max(l,Math.min(x,h))); -const PORT = Math.clamp(+process.env.PORT||8080, 1, 65535); -const HOST = process.env.HOST||"0.0.0.0"; module.exports = deepFreeze({ PORT: Math.clamp(+process.env.PORT||8080, 1, 65535), |