kingpin icon indicating copy to clipboard operation
kingpin copied to clipboard

Proposal: `system.SetEnvironment` actor

Open mikhail opened this issue 9 years ago • 0 comments

A phony actor that could set environment variable during runtime for the remainder.

actor: system.SetEnvironment
  - options:
    variables:
      AWS_ACCESS_KEY_ID: %PROD_AWS_ACCESS_KEY_ID%
      AWS_SECRET_ACCESS_KEY: %PROD_AWS_SECRET_ACCESS_KEY%

mikhail avatar May 06 '16 17:05 mikhail