Dmitrii Vovnei
10/31/2023, 9:06 AMurl = "<https://my-awesome-platform>-${ENVIRONMENT}.server.com".
Official documentation says that if should work, but all examples are about to define whole property as potential env variable, e.g.
port = ${PORT}
And it seems like it works in this case… But I wonder if there is no way to make it work when env variable is in the middle of property? The only way to have it like that is to move configurations into code?Mark Lanett
11/01/2023, 9:08 PMsigil -pf config.template > config.ini
and then actually launches the service.dave08
11/19/2023, 3:26 AM