VariablesService
The variables service provides methods to retrieve environment variables (or variables from other systems). This is needed since some runtimes (like cloudflare) don't provide things via proces.env
variables-service.ts
loading...
There's a default implementation for environment variables:
local-variables.ts
loading...