aboutsummaryrefslogtreecommitdiff
path: root/app/config/config.js
blob: c915f709eed4edda8ac7ea8b0c6c0d5b4fa8f1bf (plain)
1
2
3
4
5
6
7
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;