about summary refs log tree commit diff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env6
1 files changed, 4 insertions, 2 deletions
diff --git a/.env b/.env
index da17b5466..407148db3 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,4 @@
-HOST="0.0.0.0"
-PORT=4444
+BACKEND_HOST="0.0.0.0"
+BACKEND_PORT=4444
+FRONTEND_HOST="0.0.0.0"
+FRONTEND_PORT=80