# Corva API key to perform actions with the API API_KEY= # Unique ID of the app APP_KEY= # Human readable name of the app APP_NAME= # Company identifier PROVIDER= # Root URL for Corva API API_ROOT_URL= # Root URL for Corva Data API DATA_API_ROOT_URL= # Redis cache url for caching data in Stream/Scheduler apps CACHE_URL= # Logging configuration, see https://corva-ai.github.io/node-sdk/docs/v7.2.0/classes/CorvaLogger LOG_LEVEL=debug LOG_THRESHOLD_MESSAGE_SIZE=99999 LOG_THRESHOLD_MESSAGE_COUNT=99999 # Working environment ENVIRONMENT=development # nodejs-specific settings NODE_ENV=development