Hi all,
I know that you can use --base-url when running hledger-web to set host name.
Is there a way to specify externally approot to be used when using "yesod --dev devel" or "yesod devel" option? I saw somewhere mentioned that APPROOT environment variable can be used to specify approot, but this didn't work.
I played with a few yesod tutorials, and I like the fact that "yesod devel" automatically recompiles the application in the background while editing without restarting the server. It would be great if it supported custom approot option, since I do all my hacking on a vps server.
I know I can change config/settings.yml and specify approot there, but I'd rather not do that, since that file is versioned and I wouldn't like to accidentaly commit it with my vps server address in it.
Cheers,
Marko