i getting following error when (re)starting yesod app on openshift:
server: invalidyaml (just (yamlexception "yaml file not found: xxx.xxx.xxx.xxx"))
where xxx.xxx.xxx.xxx ip address. did find link heroku+yesod issue saying "removing argument" didn't where, , of course scripts/settings going different in case of openshift. ideas error , how past it?
i'm assuming based on question you're using standard scaffolding. if in code, you'll find uses loadappsettingsargs, described as:
same loadappsettings, list of runtime config files command line arguments.
if don't want pay attention command line arguments, replace call loadappsettingsargs
loadappsettings []
.