diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-05-06 22:13:19 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-05-06 22:13:19 -0400 |
| commit | 1e04ce5a17f8c407bad03026c3bcb5241edafd60 (patch) | |
| tree | 8327e1c3ad25b671adadf19ae0b39b74b3b7ede9 /.env.example | |
| parent | 2b60e8ea732fe314ff5256f2aa33012885901581 (diff) | |
| download | freeso-discord-auth-master.tar.gz freeso-discord-auth-master.tar.bz2 freeso-discord-auth-master.zip | |
Diffstat (limited to '.env.example')
| -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 |
