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
| Variable | Accepted values |
|---|---|
ENVIRONMENT | development, test, sandbox, production |
APP_NAME | Non-empty string |
APP_TYPE | service, serverless, cli |
CLOUD | none, aws, gcp, firebase |
Missing or invalid values stop initialization. See the configuration reference for module-specific options.