Adding a subdomain to my google app engine project?
Posted
by user246114
on Stack Overflow
See other posts from Stack Overflow
or by user246114
Published on 2010-04-19T01:06:35Z
Indexed on
2010/04/19
1:13 UTC
Read the original article
Hit count: 242
google-app-engine
Hi,
I created a google app engine project. I just successfully mapped it to a new domain. The name of my project is "grape". So by default, it is published at http://www.grape.appspot.com. I mapped it to http://www.grape.com, which is terrific.
Now I'd like to create a new app engine project, and have it mapped to:
http://api.grape.com
how do I go about doing this? I think it is possible, I'm just not sure where I would do this mapping? Since I own grape.com, I am hoping I can map a new project to t.
The basic idea was to have one project which is responsible for the UI stuff, then a second project responsible just for a public api, which would be great,
Thanks
© Stack Overflow or respective owner