From 1f2d2cf30b34b94bb7e5863494ae8c8d3159218e Mon Sep 17 00:00:00 2001 From: Dani Date: Fri, 22 Aug 2025 22:56:15 -0400 Subject: [PATCH] Added the examples to .env.example Fixed Anon Plaintext posting. Need to fix the DeviceSignin Changed the layout to be more Facebook-esqe --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index e69de29..f657fa1 100644 --- a/.env.example +++ b/.env.example @@ -0,0 +1,7 @@ +CF_TUNNEL_TOKEN=YOUR_CF_TUNNEL_TOKEN_HERE +GC_DISCORD_CLIENT_ID=YOUR_DISCORD_CLIENT_ID_HERE +GC_DISCORD_CLIENT_SECRET=YOUR_DISCORD_CLIENT_SECRET_HERE +GC_DISCORD_REDIRECT_URI=YOUR_DISCORD_REDIRECT_URI_HERE +GC_SIGNING_SECRET_HEX=YOUR_SIGNING_SECRET_HEXKEY_HERE +GC_ALLOW_ANON_PLAINTEXT=true # Enable PlainText +GC_DEV_ALLOW_UNAUTH=true # False when public \ No newline at end of file