The `token` parameter in `/etc/gitlab-runner/config.toml` file should be called `hashed_token`

The token parameter in /etc/gitlab-runner/config.toml in at least the GitLab Runner Docker image is actually a hashed token, and can confuse the shit out of someone trying to get the Runner working.

It should be renamed to hashed_token, and can be backwards compatible with token.