-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MAGECLOUD-2739 update services #5039
Conversation
Thank you @NadiyaS and @andriyShevtsov for the review. I'll update! |
I removed a confusing piece about "pretty-print", which was actually a verification step to confirm services were setup properly. I placed an explanation in the main Services topic with procedures for local (using the CLI) and for remote (using PHP)... and then I deleted the include-file about pretty-print. I cleaned all other topics by adding a verification step with a link to the explanation. |
disk: 2048 | ||
``` | ||
|
||
The current default storage amount per project is 5GB, or 5120MB. You can distribute this amount between your application and each of its services. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this per Cloud project, or per environment? I guess Production and Staging would have same amount if dedicated staging is provisioned. The current default storage allocated for "persistent data storage" or all types of storage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an old, leftover comment. I did not look in to this and the technical reviewers did not comment.
Co-Authored-By: Margaret Eker <meker@adobe.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM +1
running tests |
Hi @hguthrie, thank you for your contribution! |
This PR updates the Configure environments > Services section of the Cloud guide.
whatsnew