This document provides descriptions for the environment variables used in the configuration of the Sales Sparrow api. These variables are essential for configuring and customizing the behavior of the application.
- Description: A key used for encryption purposes. This is a random string with alphanumeric values.
- Example Value:
7Fh9E2jRwDpV6gYcBqXsL
- Description: Secret key for encrypting API cookies. This is a random string with alphanumeric values.
- Example Value:
7Fh9E2jRwDpV6gYcBqXsL
- Description: The AWS region for IAM (Identity and Access Management) services.
- Example Value:
us-east-1
- Description: Amazon Resource Name (ARN) of the KMS (Key Management Service) key used for encryption.
- Example Value:
arn:aws:kms:'us-east-1':'111122223333':key/bc436485-5092-42b8-92a3-0aa8b93536dc
- Description: Client ID for authenticating with Salesforce APIs.
- Example Value:
12345asdf
- Description: Client secret for authenticating with Salesforce APIs.
- Example Value:
12345asdf
- Description: URL for Salesforce authentication.
- Example Value:
https://test.salesforce.com
- Description: Comma-separated list of URIs allowed as redirect URIs for Salesforce authentication.
- Example Value:
http://localhost:3000,example://oauth/success
- Description: Hostname of the Memcached cache server.
- Example Value:
memcached
- Description: Port number for connecting to the Memcached cache server.
- Example Value:
11211
- Description: URL for connecting to the DynamoDB server.
- Example Value:
http://dynamodb:8000
- Description: Endpoint for the local KMS (Key Management Service) server.
- Example Value:
http://localkms:8080
- Description: Email address used as the sender for error notifications.
- Example Value:
[email protected]
- Description: Email address where error notifications are sent.
- Example Value:
[email protected]
- Description: Logging level for the application.
- Example Value:
debug
- Description: Domain for the API cookies.
- Example Value:
localhost
- Description: API key for the OpenAI API.
- Example Value:
sk-12345asdf