We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd49d81 commit 430c483Copy full SHA for 430c483
.env.example
@@ -63,4 +63,14 @@ AWS_DEFAULT_REGION=us-east-1
63
AWS_BUCKET=
64
AWS_USE_PATH_STYLE_ENDPOINT=false
65
66
-VITE_APP_NAME="${APP_NAME}"
+REVERB_APP_ID=734188
67
+REVERB_APP_KEY=bsewietxrdrdu8xba8va
68
+REVERB_APP_SECRET=jm10gtfzzaiosbi1wse5
69
+REVERB_HOST="localhost"
70
+REVERB_PORT=8080
71
+REVERB_SCHEME=http
72
+
73
+VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
74
+VITE_REVERB_HOST="${REVERB_HOST}"
75
+VITE_REVERB_PORT="${REVERB_PORT}"
76
+VITE_REVERB_SCHEME="${REVERB_SCHEME}"
README.md
@@ -12,6 +12,7 @@ Listen for Messages in Real-Time
12
<pre>
13
composer create-project laravel/laravel chat-app
14
cd chat-app
15
+cp .env.example .env
16
</pre>
17
18
0 commit comments