You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
Some applications have configuration requirements that include constants and/or environment variables. It could be useful to allow passing values via CLI parameters so that these can be properly expanded during processing of the application for packaging.
As an example, GotCMS defines several constants that are then used in config/application.config.php; this would allow providing substitutions for them. (Currently, due to the fact that we include that file without first defining the constants, warnings are raised, and the config file in the package is malformed.)
The filters in zfcampus/zf-console#8 would be useful here, particularly QueryString and/or Json.
The text was updated successfully, but these errors were encountered:
Some applications have configuration requirements that include constants and/or environment variables. It could be useful to allow passing values via CLI parameters so that these can be properly expanded during processing of the application for packaging.
As an example, GotCMS defines several constants that are then used in
config/application.config.php
; this would allow providing substitutions for them. (Currently, due to the fact that we include that file without first defining the constants, warnings are raised, and the config file in the package is malformed.)The filters in zfcampus/zf-console#8 would be useful here, particularly QueryString and/or Json.
The text was updated successfully, but these errors were encountered: