Once your reploy environment is ready, you may be wondering what the format of your links look like. For an individual commit, the URL is in the following format:
https://{repo-id}-{commit}-{service}.reploy.io
And for the branch, the URL is in the format:
https://{repo-id}-{branch-name}-{service}.reploy.io
For both branches and pull requests, there is a deterministic format for your environment IP. Reploy also injects specific environment variables into each environment for service discovery. To learn more about this, see the section on injected environment variables.