1
0
Fork 0
forked from 2sys/shoutdotdev

fix example .env file

This commit is contained in:
Brent Schroeter 2025-04-21 19:11:45 -07:00
parent 1fd3dbef6e
commit 69e658e949

View file

@ -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=