toa-io / toa

Microservice operations distributed runtime
https://toa.io
MIT License
3 stars 3 forks source link

configuration: amqp doesn't support `env` variables #382

Closed burlakilia closed 1 year ago

burlakilia commented 1 year ago

Abstract

Version: @toa.io/runtime@0.20.0-dev.31

context.toa.yaml

amqp:
   foo@local: amqp://docker.${STAGE}.stage:5672

origins:
    test:
           bar@local: amqp://docker.${STAGE}.stage:5672

Run toa compose ./test

got error

error Error: Invalid input format
    at parse (/Users/ilaburlak/projects/sdv/toa/libraries/generic/source/range.js:19:32)
    at Array.map (<anonymous>)
burlakilia commented 1 year ago

Not actual