From 1e04ce5a17f8c407bad03026c3bcb5241edafd60 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 6 May 2025 22:13:19 -0400 Subject: Example env file --- .env.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d14d58e --- /dev/null +++ b/.env.example @@ -0,0 +1,11 @@ +SERVER_NAME=FreeSO +DISCORD_NAME=your discord server name +CLIENT_ID= +CLIENT_SECRET= +REDIRECT_URI=http://localhost:3000/callback +SESSION_SECRET=openssl rand -base64 32 +GUILD_ID=server id +API_URL=freeso instance (port 9000) +REG_KEY=freeso instance reg key +CLIENT_DOWNLOAD=https://fso-builds.riperiperi.workers.dev +LOGO=/img/logo.png -- cgit v1.2.3