When testing France Connect on a local development environment, the
callback URL should be something like `http://localhost:3000/…/…`
But currently, the callback URL uses `https`, even in development. This
causes the callback URL to be rejected by France Connect.
This commit overrides the callback URL when in development, to use
an `http` URL instead. In doesn't affect the production settings.