]> git.r.bdr.sh - rbdr/forum/blobdiff - app/config/config.js
Remove server
[rbdr/forum] / app / config / config.js
diff --git a/app/config/config.js b/app/config/config.js
new file mode 100644 (file)
index 0000000..c915f70
--- /dev/null
@@ -0,0 +1,8 @@
+/*
+ * The main configuration object for the Forum frontend. These values
+ * are calculated during compile time and need to be set in a .env
+ * file, otherwise it won't work.
+ */
+
+// Location of the socket server
+export const socketServer = process.env.FORUM_SOCKET_SERVER;