Skip to content

Commit

Permalink
Re #3685 Document that non-project-specific ignored in global-project
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 21, 2023
1 parent 317ef54 commit 3be5be0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/yaml_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Stack's YAML configuration options break down into
configured at the project-level or globally.

The **project-level** configuration file (`stack.yaml`) contains
project-specific options and may contain non-project-specific options.
project-specific options and may contain non-project-specific options. However,
non-project-specific options in the project-level configuration file in the
`global-project` directory (see below) are ignored by Stack.

Stack obtains project-level configuration from one of the following (in order of
preference):
Expand Down Expand Up @@ -301,8 +303,10 @@ TODO: Add a simple example of how to use custom preprocessors.

## Non-project-specific configuration

Non-project configuration options are valid in a project-level configuration
file (`stack.yaml`) or in global configuration files (`config.yaml`). The
Non-project configuration options can be included in a project-level
configuration file (`stack.yaml`) or in global configuration files
(`config.yaml`). However, non-project-specific options in the project-level
configuration file in the `global-project` directory are ignored by Stack. The
options below are listed in alphabetic order.

### allow-different-user
Expand Down

0 comments on commit 3be5be0

Please sign in to comment.