Skip to content

Commit

Permalink
Update environment_types.md
Browse files Browse the repository at this point in the history
Fix wording.
  • Loading branch information
dmsmidt committed Dec 19, 2018
1 parent e271218 commit 0ac4107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using_lagoon/environment_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ There are a couple of things that will use this information:

- If your Lagoon Administrator has idling enabled, non-production environments will automatically be idled after four hours of non usage (no worry, they are started automatically when you visit them).
- Our default Drupal settings.php files load additional settings files for `development.settings.php` and `production.settings.php` so you can define settings and configurations different per environment type.
- If you try to delete an environment that is defined as the production environment (either via Webhooks or REST) Lagoon will politely refuse to delete the production environment, as it tries to prevent you from doing a mistake. In order to delete a production environment you can either change the `productionEnvironment` in the API or use the secret `forceDeleteProductionEnvironment: true` POST payload for the REST api.
- The Lagoon Administrator might use the production environment information for some additional things. Like at amazee.io we're calculating only the hits of the production environments to calculate the price of the hosting.
- If you try to delete an environment that is defined as the production environment (either via Webhooks or REST) Lagoon will politely refuse to delete the production environment, as it tries to prevent you from making a mistake. In order to delete a production environment you can either change the `productionEnvironment` in the API or use the secret `forceDeleteProductionEnvironment: true` POST payload for the REST api.
- The Lagoon Administrator might use the production environment information for some additional things. Like at amazee.io we're calculating only the hits of the production environments to calculate the price of the hosting.

0 comments on commit 0ac4107

Please sign in to comment.