Endpoint url in dev vs prod

We have config files for each environment, sharing the same function signatures. Our build script chooses the right one and creates a symlink to it. This is inspired by https://github.com/iosphere/elm-i18n. Then, we can import the config module (which is a symlink to either of the actual implementations) in every file where environment-specific config is needed. Highly recommended!