]> git.r.bdr.sh - rbdr/forum/blob - app/config/config.js
Remove server
[rbdr/forum] / app / config / config.js
1 /*
2 * The main configuration object for the Forum frontend. These values
3 * are calculated during compile time and need to be set in a .env
4 * file, otherwise it won't work.
5 */
6
7 // Location of the socket server
8 export const socketServer = process.env.FORUM_SOCKET_SERVER;