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

18 lines
656 B
Bash
Raw Normal View History

2025-02-26 13:10:43 -08:00
RUST_LOG=debug
2025-04-21 19:11:45 -07:00
FRONTEND_HOST=http://localhost:3000
2025-02-26 13:10:43 -08:00
DATABASE_URL=postgresql://shoutdotdev:callous@127.0.0.1:5447/shoutdotdev
2025-03-11 22:21:23 -07:00
AUTH__CLIENT_ID=
AUTH__CLIENT_SECRET=
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-03-11 22:21:23 -07:00
EMAIL__VERIFICATION_FROM=no-reply@shout.dev
EMAIL__MESSAGE_FROM=no-reply@shout.dev
EMAIL__SMTP__SERVER=smtp.example.com
EMAIL__SMTP__USERNAME=
EMAIL__SMTP__PASSWORD=
2025-04-21 19:11:45 -07:00
SLACK__CLIENT_ID=
SLACK__CLIENT_SECRET=