forked from 2sys/shoutdotdev
fix example .env file
This commit is contained in:
parent
1fd3dbef6e
commit
69e658e949
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
RUST_LOG=debug
|
RUST_LOG=debug
|
||||||
|
FRONTEND_HOST=http://localhost:3000
|
||||||
DATABASE_URL=postgresql://shoutdotdev:callous@127.0.0.1:5447/shoutdotdev
|
DATABASE_URL=postgresql://shoutdotdev:callous@127.0.0.1:5447/shoutdotdev
|
||||||
AUTH__CLIENT_ID=
|
AUTH__CLIENT_ID=
|
||||||
AUTH__CLIENT_SECRET=
|
AUTH__CLIENT_SECRET=
|
||||||
AUTH__REDIRECT_URL=http://localhost:3000/auth/callback
|
|
||||||
AUTH__AUTH_URL=https://example.com/authorize
|
AUTH__AUTH_URL=https://example.com/authorize
|
||||||
AUTH__TOKEN_URL=https://example.com/token
|
AUTH__TOKEN_URL=https://example.com/token
|
||||||
AUTH__USERINFO_URL=https://example.com/userinfo
|
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__SERVER=smtp.example.com
|
||||||
EMAIL__SMTP__USERNAME=
|
EMAIL__SMTP__USERNAME=
|
||||||
EMAIL__SMTP__PASSWORD=
|
EMAIL__SMTP__PASSWORD=
|
||||||
|
SLACK__CLIENT_ID=
|
||||||
|
SLACK__CLIENT_SECRET=
|
||||||
|
|
Loading…
Add table
Reference in a new issue