Re: [akka-user] Re: akka http remote file conf's include reference not getting processed

2017-05-19 Thread Brian Smith
Hi I think that's a fairly normal way to use typesafe config - I'm doing similar and it seems to work for me. I'd suggest turning on akka.log-config-on-start in your restapi.conf or also specifying -Dconfig.trace=loads to see what it's doing at startup. Perhaps it has found another application.c

[akka-user] Re: akka http remote file conf's include reference not getting processed

2017-05-19 Thread Andrew Norman
is this not a common environment setup? (aka. an application.conf inside an uber jar containing application configurations and an external smaller conf file that contains a small set of environment-specific overrides) if it isn't I'd be happy to here how others manage application configurations