X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/010f307346e525ac2e4239a0549d2c1a4d6d102b..a7cf03c192470cbab13edeb1aec99e0c66dede10:/src/config/config.js?ds=sidebyside diff --git a/src/config/config.js b/src/config/config.js deleted file mode 100644 index 3637670..0000000 --- a/src/config/config.js +++ /dev/null @@ -1,15 +0,0 @@ -import { name, version as packageVersion } from '../../package.json'; - -/* - * 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. - */ - -export const apollo = { - uri: import.meta.env.VITE_APOLLO_SERVER, - name, - version: packageVersion -}; - -export const version = packageVersion;