diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-09 22:43:12 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-09 22:43:12 +0100 |
| commit | bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 (patch) | |
| tree | e5f0dcbc14d3009c17e5f562404fe19f6aceab73 /app/config/config.js | |
| parent | 862a5f9cdbbda522c608ea63c1e296e81f44de10 (diff) | |
Update to SvelteKit
Diffstat (limited to 'app/config/config.js')
| -rw-r--r-- | app/config/config.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/config/config.js b/app/config/config.js deleted file mode 100644 index c915f70..0000000 --- a/app/config/config.js +++ /dev/null @@ -1,8 +0,0 @@ -/* - * 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; |