开发者

What is the admin url in an App Engine application?

开发者 https://www.devze.com 2022-12-16 03:22 出处:网络
I once used a page automatically created by App Engine SDK to view the database contents and other info,开发者_运维问答 but I lost the URL. Do you know it? Does it work in production?The development c

I once used a page automatically created by App Engine SDK to view the database contents and other info,开发者_运维问答 but I lost the URL. Do you know it? Does it work in production?


The development console url is http://localhost:8080/_ah/admin/.

It does not work in production, but you can use GAE's dashboard in this case: https://appengine.google.com/.

Dev server's documentation is available here.


It's http://appengine.google.com/ if you're not using Google Apps.

Otherwise, it's http://appengine.google.com/a/<your-domain>

There is a section on Data there that includes the Datastore viewer, indexes, etc..


In case you found this answer and you're using App Engine SDK 1.7.6 or higher, the default URL has changed from localhost:8080/_ah/admin to localhost:8000.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号