diff options
| -rw-r--r-- | .env.example | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
