From 69e658e949ba7e8bc18d0036583a63302951f2cc Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Mon, 21 Apr 2025 19:11:45 -0700 Subject: [PATCH] fix example .env file --- example.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index 3f46843..fa18f74 100644 --- a/example.env +++ b/example.env @@ -1,8 +1,8 @@ RUST_LOG=debug +FRONTEND_HOST=http://localhost:3000 DATABASE_URL=postgresql://shoutdotdev:callous@127.0.0.1:5447/shoutdotdev AUTH__CLIENT_ID= AUTH__CLIENT_SECRET= -AUTH__REDIRECT_URL=http://localhost:3000/auth/callback AUTH__AUTH_URL=https://example.com/authorize AUTH__TOKEN_URL=https://example.com/token AUTH__USERINFO_URL=https://example.com/userinfo @@ -13,3 +13,5 @@ EMAIL__MESSAGE_FROM=no-reply@shout.dev EMAIL__SMTP__SERVER=smtp.example.com EMAIL__SMTP__USERNAME= EMAIL__SMTP__PASSWORD= +SLACK__CLIENT_ID= +SLACK__CLIENT_SECRET=