/*
* 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;