Skip to content

Commit

Permalink
Add reverb & discord config to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Reddishye committed Apr 11, 2024
1 parent 96278df commit 610d84d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,22 @@ AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

REVERB_APP_ID=300987
REVERB_APP_KEY=vil6lyzhf5dnnjjfiksr
REVERB_APP_SECRET=tzatdirfi4dtmrovdbuw
REVERB_HOST="localhost"
REVERB_PORT=8080

REVERB_SCHEME=http

VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}
"

VITE_APP_NAME="${APP_NAME}"

DISCORD_CLIENT_ID=000000000000
DISCORD_CLIENT_SECRET=hereyourclientsecret
DISCORD_REDIRECT_URI=heretheappredirecturi

0 comments on commit 610d84d

Please sign in to comment.