Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ APIGEE_ENVIRONMENTS:
- name: prod
display_name: Production
approval_type: manual
global_quota: '12000'

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change the defaults so that production is considered the default setup, and non-prod environments are a conscious deviation away from our prod config?

(Achieves the same goal, but aligns better to the philosophy of treating production as the standard and every deviation from prod as the special case, rather than prod itself being a special case)

global_ratelimit: '36000pm'
---
meta:
api:
Expand Down
Loading