According to the documentation
[https://docs.apigee.com/api-services/content/understanding-routes](https://docs.apigee.com/api-services/content/understanding-routes)
the default URL is
[https://{org-name}-{env-name}.apigee.net/{base-path}/{resource-path}](https://{org-name}-{env-name}.apigee.net/{base-path}/{resource-path})
“[…] where {env-name} is the Edge environment name. By default, all Apigee organizations created in the cloud are provisioned with two environments: ‘test’ and ‘prod’. When deploying an API proxy, you can choose to deploy it to one or both environments.[…]”
But the Environment Names of the API proxies that I’ve created, have a different env-name:
[https://{org-name}-eval](https://{org-name}-eval). ....
-
Is “eval” a different environment or a fallback of one of the two?
-
Is it possible to change “eval” and how?