aboutsummaryrefslogtreecommitdiff
path: root/server/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/config.js')
-rw-r--r--server/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/config.js b/server/config.js
new file mode 100644
index 0000000..8887038
--- /dev/null
+++ b/server/config.js
@@ -0,0 +1 @@
+export const port = Number(process.env.JUNCTION_SERVER_PORT || 8000)