1
0
Fork 0
forked from 2sys/shoutdotdev
shoutdotdev/example.env

16 lines
621 B
Bash
Raw Normal View History

2025-02-26 13:10:43 -08:00
RUST_LOG=debug
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
2025-03-11 10:29:22 -07:00
# The .env parser (dotenvy) requires quotes around any value with spaces. Note
# that in this regard it is incompatible with Docker's --env-file parser.
2025-02-26 13:10:43 -08:00
EMAIL.VERIFICATION_FROM=no-reply@shout.dev
EMAIL.MESSAGE_FROM=no-reply@shout.dev
2025-02-26 13:10:43 -08:00
EMAIL.SMTP.SERVER=smtp.example.com
EMAIL.SMTP.USERNAME=
EMAIL.SMTP.PASSWORD=