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
you mention that there is a include file syntax in your specification but give no direction as to what it is I assumed that it would be from the parent source but I guess not
The text was updated successfully, but these errors were encountered:
After further examination, I was using HoconParser.Parse(), I see that one needs to provide a include callback. It would be nice if this threw an exception instead of silently failing. It would cut back on PEBKAC in my case.
I have a file that starts with
{
include 'site.conf'
// more stuff
}
none of the data the give file is being imported. I have tried multiple variations of syntax on
https://github.com/lightbend/config/blob/master/HOCON.md#include-syntax
you mention that there is a include file syntax in your specification but give no direction as to what it is I assumed that it would be from the parent source but I guess not
The text was updated successfully, but these errors were encountered: