Skip to content

Commit 2aab6ec

Browse files
committed
Update readme .env vars table
1 parent 427315c commit 2aab6ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ $ cp .env.example .env
5252
| OUT_OF_SESSION_MESSAGE_FOR_CALL | A message to play if someone calls the number pool without an active session. | "Your session is no longer active. Goodbye." |
5353
| CONNECTING_CALL_ANNOUCEMENT | A message to play when a caller is being connected to the other party. | "We're connecting you to your agent now." |
5454
| DOMAIN | The domain where the application will be hosted. | "mysite.com" or "your-domain.ngrok.io" (no https://) |
55-
55+
| AUTH_USERNAME | Basic auth username for request authorization | "mySecureUserName" |
56+
| AUTH_PASSWORD | Basic auth password for request authorization | "mySecretPassword" |
5657

5758
Once you have your environment variables set, you can start the app with this command:
5859

0 commit comments

Comments
 (0)