Skip to content

Commit

Permalink
Merge branch 'schmunk42-feature/added-json-example'
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Apr 7, 2017
2 parents c7ad905 + 160a140 commit 5409f9c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,23 @@ The accepted value types are:
}
```

Can be overrided by `FXP_ASSET__PATTERN_SKIP_VERSION="(-build)"` environment variable.
Can be overridden by `FXP_ASSET__PATTERN_SKIP_VERSION="(-build)"` environment variable.

**Example:**
```json
{
"config": {
"fxp-asset": {
"vcs-driver-options": {
"github-no-api": true
}
}
}
}
```

Can be overridden by `FXP_ASSET__VCS_DRIVER_OPTIONS='{"github-no-api": true}'` environment variable.


### Config priority order

Expand Down

0 comments on commit 5409f9c

Please sign in to comment.