Closed stanch closed 1 year ago
When running via sbt run, put the enrichment configurations (in .json) in ./config/enrichments. When running in Docker, mount a directory with the configurations to /config/enrichments.
sbt run
./config/enrichments
/config/enrichments
When running via
sbt run
, put the enrichment configurations (in .json) in./config/enrichments
. When running in Docker, mount a directory with the configurations to/config/enrichments
.