I try to write my own elasticsearch config in config.yml:<div><div><br></div><div>ElasticSearch:</div><div> servers: "<a href="http://10.10.10.33:9200">10.10.10.33:9200</a>"</div><div> transport: "httplite"</div>
<div> max_requests: 10000</div><div> trace_calls: 0</div><div> no_refresh: 0</div></div><div><br></div><div>But after I got the right `config->{ElasticSearch}` in my lib/DancerApp/A.pm, I got `config->{ElasticSearch}` in my lib/DancerApp/B.pm returns only one line as 'trace_calls:0'.</div>
<div><br></div><div>I try to got config->{appdir} at multi sub and got right result everywhere.</div><div><br></div><div>Why??</div>