From bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 9 Mar 2021 22:43:12 +0100 Subject: Update to SvelteKit --- app/config/config.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 app/config/config.js (limited to 'app/config/config.js') 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; -- cgit