about summary refs log tree commit diff
path: root/client/src/Shared.elm
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/Shared.elm')
-rw-r--r--client/src/Shared.elm7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/Shared.elm b/client/src/Shared.elm
new file mode 100644
index 000000000000..addb0a4ffd12
--- /dev/null
+++ b/client/src/Shared.elm
@@ -0,0 +1,7 @@
+module Shared exposing (..)
+
+clientOrigin =
+    "http://localhost:8000"
+
+serverOrigin =
+    "http://localhost:3000"