[google-appengine] Re: How to mapping default services to other services ?

2020-05-08 Thread Linus Larsen
In java using std env you need to change the service (module) name to 
"default" in appengine-web.xml, ex:

http://appengine.google.com/ns/1.0;>
your app
default

And of course change the name to another name on your current default module.


Should be simiular in other languages as well, for 2:nd gen or flex env I don't 
know, probably you need

to change something in a yaml file or whatever popular these days. 






On Friday, May 8, 2020 at 3:04:31 PM UTC+2, Kanti Vekariya wrote:
>
>
> I want to replace default service to the first service how to do?
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b49036f1-c425-4da2-8b78-4f2006d1347c%40googlegroups.com.


[google-appengine] Re: How to mapping default services to other services ?

2020-05-08 Thread 'David (Google Cloud Support)' via Google App Engine
Services are listed from top to bottom based on how recently they were 
deployed, meaning that recently deployed services appear at the top and 
older services appear at the bottom.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c131a89d-be5f-4a6f-8b91-e5eecfa8378b%40googlegroups.com.