Skip to main content
Version: v0.2.2

Configuration

The SDK reads process variables and an optional .env file from the working directory. Process variables take precedence.

ENVIRONMENT=development
APP_NAME=school-module
APP_TYPE=service
CLOUD=none
VariableAccepted values
ENVIRONMENTdevelopment, test, sandbox, production
APP_NAMENon-empty string
APP_TYPEservice, serverless, cli
CLOUDnone, aws, gcp, firebase

Missing or invalid values stop initialization. See the configuration reference for module-specific options.