From 9db3d792cc58e0fec321a26fc3da327e428d369a Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:23:38 -0500 Subject: [PATCH] update .env.example (#1327) remove client_id and secret values for discord and github so they won't show in the UI without being properly configured --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index fb722909b..33edbd593 100644 --- a/.env.example +++ b/.env.example @@ -226,8 +226,8 @@ JWT_SECRET=16f8c0ef4a5d391b26034086c628469d3f9f497f08163ab9b40137092f2909ef JWT_REFRESH_SECRET=eaa5191f2914e30b9387fd84e254e4ba6fc51b4654968a9b0803b456a54b8418 # Discord -DISCORD_CLIENT_ID=your_client_id -DISCORD_CLIENT_SECRET=your_client_secret +DISCORD_CLIENT_ID= +DISCORD_CLIENT_SECRET= DISCORD_CALLBACK_URL=/oauth/discord/callback # Facebook @@ -236,8 +236,8 @@ FACEBOOK_CLIENT_SECRET= FACEBOOK_CALLBACK_URL=/oauth/facebook/callback # GitHub -GITHUB_CLIENT_ID=your_client_id -GITHUB_CLIENT_SECRET=your_client_secret +GITHUB_CLIENT_ID= +GITHUB_CLIENT_SECRET= GITHUB_CALLBACK_URL=/oauth/github/callback # Google