add example env file
This commit is contained in:
parent
773a9691ba
commit
d430516675
2 changed files with 15 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,5 +1,3 @@
|
|||
/target
|
||||
.wrangler
|
||||
build
|
||||
node_modules
|
||||
target
|
||||
.env
|
||||
.DS_Store
|
||||
|
|
13
example.env
Normal file
13
example.env
Normal file
|
@ -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=
|
Loading…
Add table
Reference in a new issue