-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
27 lines (20 loc) · 867 Bytes
/
.env.example
File metadata and controls
27 lines (20 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Example .env file for Bandwidth BRTC Browser Dialer Sample
# Copy this file to .env.local and fill in your actual values
# React App Environment Variables (prefixed with REACT_APP_)
# These are accessible in the frontend code via process.env.REACT_APP_*
BROWSER=firefox
FROM_NUMBER="+1XXXXXXXXXX"
# Server/Backend Environment Variables (no REACT_APP_ prefix)
# These are only accessible in the Node.js server code
REACT_APP_WSS_URL="wss://placeholder"
# Bandwidth API Configuration
HTTP_BASE_URL=https://api.bandwidth.com/v2
# Bandwidth Account Credentials
ACCOUNT_ID=your_account_id
# OAuth2 Client Credentials (required)
BW_ID_CLIENT_ID=your_client_id
BW_ID_CLIENT_SECRET=your_client_secret
BW_ID_HOSTNAME=https://api.bandwidth.com
# Bandwidth Application Settings
APPLICATION_ID=your_application_id
CALLBACK_BASE_URL=https://your-callback-url.example.com