forked from 2sys/shoutdotdev
add example env file
This commit is contained in:
parent
4010fbe3e8
commit
7b5b3436e4
2 changed files with 15 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,5 +1,3 @@
|
||||||
/target
|
target
|
||||||
.wrangler
|
.env
|
||||||
build
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
.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