On Tue, 2017-03-07 at 09:49 -0900, Dan Morphis wrote: > Is there anyway (other than env variables) to pass configuration > parameters to extension scripts?
Environment variables is the way to go. But you can add any configuration values in config.json and they will be passed to the extension process as environment variables (prefixed with GENIEACS_). This isn't a hack, it's by design. -- Zaid Abdulla <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
