Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Google App Engine

You're reading from   Mastering Google App Engine Build robust and highly scalable web applications with Google App Engine

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781784396671
Length 368 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Deployment configurations


Let's review the various configuration files that are part of an application:

  • app.yaml: This is the main configuration file that contains information about request handlers, libraries, and other things.

  • index.yaml: This is automatically generated by the development server. It is required to build indexes for a datastore. We have discussed this in detail.

  • queue.yaml: This defines queues and the related configuration. We've covered this as well.

  • cron.yaml: This defines tasks that should be executed repeatedly. We'll learn about that in this chapter.

  • dos.yaml: This is used to blacklist certain requesting IP addresses to prevent Denial of Service attacks (DoS). You can read more about this at https://cloud.google.com/appengine/docs/python/config/dos.

  • dispatch.yaml: This is used with modules. We'll explore modules in this chapter and this file as well.

We will examine the newer files in detail later in this chapter, but let's focus on how to deploy applications for now...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime