TouchType/conf-er

-Dconfig=~/my-config.conf doesn't work

Closed this issue · 1 comments

So this doesn't work because java doesn't understand ~ (a shell pathname expansion thingy)

:jvm-opts ["-Dconfig=~/my-config.conf"]

Would be nice if it was easier to define a default config file or default config file location which isn't machine-specific, to ship with a library

I've updated the readme so it doesn't suggest this. You can do paths relative to the root of the project which is fairly machine agnostic, and deployments should probably use something like /etc/thing.conf