-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env.example
34 lines (27 loc) · 1.24 KB
/
.env.example
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
28
29
30
31
32
33
34
# .env.example
NEXT_PUBLIC_URL=""
APP_URL=""
NEXTAUTH_URL=""
# Twilio Configurations
# Found at https://console.twilio.com/us1/account/keys-credentials/api-keys under "Live credentials"
TWILIO_ACCOUNT_SID=""
TWILIO_AUTH_TOKEN=""
# Found at https://console.twilio.com/us1/account/keys-credentials/api-keys under "API keys" as SID
# Create an API key if one doesn't exist. More instructions at https://www.twilio.com/docs/glossary/what-is-an-api-key
TWILIO_API_KEY=""
# When you create the API key, you’ll be shown its secret, which is the variable below
# For security, you will only be shown the secret at this time so store it in a secure location
TWILIO_API_SECRET=""
# Found at https://console.twilio.com/us1/develop/phone-numbers/manage/twiml-apps
TWILIO_TWIML_APP_SID=""
TWILIO_CALLER_ID=""
# Found at https://www.twilio.com/console/sync/services
TWILIO_SYNC_SERVICE_SID=""
NEXT_PUBLIC_WORKSPACE_SID=""
NEXT_PUBLIC_OKTA_URL=""
# Airtable test tokens, has to be generated with https://airtable.com/create/tokens
# TEST_BASE_ID and TEST_TABLE_ID can be found in the url of the target airtable table e.g.
# https://airtable.com/{BASE_ID}/{TABLE_ID}
AIRTABLE_TEST_API_KEY=your_api_key
AIRTABLE_TEST_BASE_ID=starts_with_app
AIRTABLE_TEST_TABLE_ID=your_table_id