diff --git a/.gitignore b/.gitignore index 3546e4f..839bf78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -/target -.wrangler -build -node_modules +target +.env .DS_Store diff --git a/example.env b/example.env new file mode 100644 index 0000000..079c618 --- /dev/null +++ b/example.env @@ -0,0 +1,13 @@ +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 +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=