SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Add optional `config_url` clause to engine definition in `lazy.yaml` #37

Open ierceg opened 7 years ago

ierceg commented 7 years ago

Similar to config described in #35 and config_file described in #36, this new clause will request a YAML file from the given URL and then send the loaded configuration data into engine on its POST /start request.

ierceg commented 7 years ago

Original intent of the enhancement (loading additional configuration from another YAML file) has ben fulfilled by implementing ~include clause that allows loading of additional YAML files in all parts of lazy configuration.