diff --git a/.env.local-example b/.env.local-example new file mode 100644 index 0000000..52cd16b --- /dev/null +++ b/.env.local-example @@ -0,0 +1,11 @@ +SITE_NAME=BeatSaber Overlay +SITE_TITLE=BeatSaber Overlay - Simple and easy to use BeatSaber overlay +SITE_DESCRIPTION=Free, simple, and easy to use beat saber overlay for OBS +SITE_COLOR=#0EBFE9 +SITE_URL=https://bs-overlay.fascinated.cc +HTTP_PROXY=https://proxy.fascinated.cc + +REDIS_IP=127.0.0.1 +REDIS_USERNAME=yes +REDIS_PASSWORD=yes +REDIS_DATABASE=0 \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index f035823..0000000 --- a/config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "BeatSaber Overlay", - "title": "BeatSaber Overlay - Simple and easy to use BeatSaber overlay", - "description": "Free, simple, and easy to use beat saber overlay for OBS", - "color": "#0EBFE9", - "url": "https://bs-overlay.fascinated.cc", - "proxy_url": "https://proxy.fascinated.cc" -} diff --git a/pages/_app.js b/pages/_app.js index 23a377e..3db1694 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,9 +1,6 @@ import { createTheme, NextUIProvider } from "@nextui-org/react"; import { NextSeo } from "next-seo"; import { ThemeProvider as NextThemesProvider } from "next-themes"; - -import Config from "../config.json"; - import "../styles/globals.css"; const lightTheme = createTheme({ @@ -32,13 +29,13 @@ function MyApp({ Component, pageProps }) { > - +