Closed shiroyuki closed 6 years ago
This is to support environment variables in the value part of list items (e.g., <item />) or parameters (e.g., <param />).
<item />
<param />
<param type="str" name="storage_path">{{ APP_STORAGE_HOME }}</param>
This is to support environment variables in the value part of list items (e.g.,
<item />
) or parameters (e.g.,<param />
).