Change between servers

I’m building an app for mobile and I want to have a production server, as well as a pre-production server for fresh code. Right now the pre-production server info is just passed to meteor build, but in two months when the product goes live, the production server will be used, and I would like a way switch between backend servers pragmatically. Is this possible? I can’t find any information about doing this.