[Flow] Reuse of YAML settings
Adrian Föder
adrian at foeder.de
Thu Apr 17 09:21:06 CEST 2014
Hi Peter,
interesting, didn't know that works.
Anyway, I am not aware of a way including it from other files; and TBH I
think it's good how it is: you will get pretty soon in a huge mess since
the configuration merging is so enourmous.
Just 2 cents...
Adrian
Am 08.04.2014 09:28, schrieb Peter Russ:
> What is the recommended way to "include" YAML settings?
>
> As long as it is within one YAML-File the merge operator is a handy way
> to reduce the configuration overhead.
> Example:
> ACME:
> predfine1: &value1
> value1: test
>
> ACME1:
> values:
> <<: *value1
>
> Is there a solution within FLOW to include this settings from other files?
>
> Hints welcome.
>
>
More information about the Flow
mailing list