Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Apr 23, 2019
2 parents 42bcdfc + 9b1522f commit 2fb1067
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/config/config-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2402,6 +2402,11 @@ If set to `true`, a hard copy of your system’s project config will be saved in
and any changes to `config/project.yaml` will be applied back to the system, making it possible for
multiple environments to share the same project config despite having separate databases.

::: warning
Make sure you’ve read the entire [Project Config](https://docs.craftcms.com/v3/project-config.html)
documentation, and carefully follow the “Enabling the Project Config File” steps when enabling this setting.
:::



### `useSecureCookies`
Expand Down
5 changes: 5 additions & 0 deletions src/config/GeneralConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,11 @@ class GeneralConfig extends BaseObject
* If set to `true`, a hard copy of your system’s project config will be saved in `config/project.yaml`,
* and any changes to `config/project.yaml` will be applied back to the system, making it possible for
* multiple environments to share the same project config despite having separate databases.
*
* ::: warning
* Make sure you’ve read the entire [Project Config](https://docs.craftcms.com/v3/project-config.html)
* documentation, and carefully follow the “Enabling the Project Config File” steps when enabling this setting.
* :::
*/
public $useProjectConfigFile = false;
/**
Expand Down

0 comments on commit 2fb1067

Please sign in to comment.