<div dir="ltr"><div dir="ltr"><div>Strange it didn't work when I tried it yesterday, but now it did. Probably I made some mistakes and arrived at the wrong conclusion.</div><div>It is especially sad as I have this exact example in my slides as well.<br></div><div><br></div><div>Well, I should rely more on my own examples :)<br></div><div><br></div><div>Thanks for your quick response and making me try it again!</div><div><br></div><div>Gabor</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 8, 2021 at 11:10 PM Jason A. Crome <<a href="mailto:jason@crome-plated.com">jason@crome-plated.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u><div><div>I am going to guess I am missing something obvious you are trying to do, but why can't you do this:<br></div><div><br></div><div>myapp:<br></div><div>    url: <a href="http://galaxy.com" target="_blank">http://galaxy.com</a><br></div><div>    token: 42<br></div><div><br></div><div>in any config file in your Dancer2 application?  I'll do this in config.yml if I have settings across all environments, in config_local.yml for settings I don't add to version control, and in my environment yaml files when such settings are environment specific. Put that in any config file and you can simply use config->{ myapp }{ url }, etc. in your Dancer2 app.<br></div><div><br></div><div>I feel like I am missing what you are trying to do somehow. Let me know.<br></div><div>Jason</div><div><br></div><div>On Mon, Feb 8, 2021, at 4:00 PM, Gabor Szabo wrote:<br></div><blockquote type="cite" id="gmail-m_8329991292443435657qt"><div dir="ltr"><div>e.g. My applications uses some external system and I'd like to read its URL and the token I need to access it from some config file.<br></div><div><br></div><div>I looked at the generated config files, and the only solution I could come up with is to put it under "plugins" like this:<br></div><div><br></div><div><div>plugins:<br></div><div>  MyApp:<br></div></div><div>      url: <a href="http://galaxy.com/" target="_blank">http://galaxy.com/</a><br></div><div>      token: 42<br></div><div><br></div><div>I don't really like it.<br></div><div><div>What is the recommended way to do it?<br></div></div><div><br></div><div>Gabor<br></div><div><br></div></div><div>_______________________________________________<br></div><div>dancer-users mailing list<br></div><div><a href="mailto:dancer-users@lists.preshweb.co.uk" target="_blank">dancer-users@lists.preshweb.co.uk</a><br></div><div><a href="https://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">https://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br></div><div><br></div></blockquote><div><br></div><div id="gmail-m_8329991292443435657sig108844672"><div>--<br></div><div>Jason A. Crome / CromeDome<br></div><div>CPAN: <a href="https://metacpan.org/author/CROMEDOME" target="_blank">https://metacpan.org/author/CROMEDOME</a><br></div><div>GitHub: <a href="https://github.com/cromedome" target="_blank">https://github.com/cromedome</a><br></div><div>Twitter: <a href="https://twitter.com/cromedome" target="_blank">https://twitter.com/cromedome</a><br></div><div>Blog: <a href="https://cromedome.net" target="_blank">https://cromedome.net</a><br></div></div><div><br></div></div>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@lists.preshweb.co.uk" target="_blank">dancer-users@lists.preshweb.co.uk</a><br>
<a href="https://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">https://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</blockquote></div></div>