Expanding on the last post, you can use subdomain routing to match a specific service name, or you can set up a dispatch file to route subdomains or other URL patterns to specific services. Full details are in the documentation, under 'How Requests are Routed <https://cloud.google.com/appengine/docs/python/how-requests-are-routed>'.
On Saturday, December 3, 2016 at 3:26:09 PM UTC-5, Jay Pozo wrote: > > Hi there, is it possible to have different subdomains on the same project > point to different services? > > for example: > > *api.mysubdomain.com <http://api.mysubdomain.com>* points to the *default* > service on the *my-project* project. > *api-dev.mysubdomain.com <http://api-dev.mysubdomain.com>* points to a > *dev* service on the *my-project* project. > > Specifically what I am trying to do is setup staging and production > environments on a single project, using Jenkins as a deployment service. > What have others done? Would it be better to split into two different > projects? > > Thanks > Jay > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9ae313d2-49e4-4424-bff4-43fd9e921698%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
