We're building ART 4.16 in a docker container to deploy on Docker Datacenter. We'd like to use a docker secret for our db password field in art-database.json, but since this file would be included in the WAR before deploying, that is not easily accomplished. Is there a file where I can define the location of art-database.json to be outside of the usual directory? This would make building the image and then editing the file from a docker secret very simple. Thanks