Hello, i’m trying to use EnvGen in a project and i’d like to generate various properties for only one environment, depending on a variable. it’s that possible?
I’m not completely sure what you are trying to do. If you provide a more specific example, I can provide more specific help.
If you want to do conditional generation of part of a file based on the environment, you can do that using if statements in the FreeMarker Template Language.
Hello, i’m trying to use EnvGen in a project and i’d like to generate various properties for only one environment, depending on a variable. it’s that possible?
Thanks in advance
I’m not completely sure what you are trying to do. If you provide a more specific example, I can provide more specific help.
If you want to do conditional generation of part of a file based on the environment, you can do that using if statements in the FreeMarker Template Language.