Skip to content

Commit

Permalink
Improve explanation in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Apr 29, 2018
1 parent 94ed858 commit c6ab176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/site/content/docs/authentication-backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ be nested under that field.
| `site_domain` | `location.hostname` (or `cms.netlify.com` when on `localhost`) | Sets the `site_id` query param sent to the API endpoint. Non-Netlify auth setups will often need to set this for local development to work properly. |
| `base_url` | `https://api.netlify.com` | OAuth client URL for the `github` backend. **Required** when using an external OAuth server with the `github` backend. |
| `auth_endpoint` | `auth` | Path to append to `base_url` for authentication requests. Optional. |
| `squash_merges` | `false` | If true, squash merges pull requests using when using the Editorial Workflow. Optional. |
| `squash_merges` | `false` | If true, pull requests are merged using the “squash and merge” method, reducing clutter in the content repository. Optional. |

0 comments on commit c6ab176

Please sign in to comment.