Skip to content

Commit

Permalink
ci: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 20, 2024
1 parent 4bddcdb commit 64e7c0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example.ci
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"
# If you remove this, Reverb will break.

### DO NOT REMOVE ###
# Not necessary, just to satisfy an error in ci.
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
### DO NOT REMOVE ###

0 comments on commit 64e7c0f

Please sign in to comment.