]> git.r.bdr.sh - rbdr/forum/blame - app/config/config.js
Add internationalization support
[rbdr/forum] / app / config / config.js
CommitLineData
38416066
BB
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
8export const socketServer = process.env.FORUM_SOCKET_SERVER;