Skip to content

Commit

Permalink
Merge pull request #80 from bastelfreak/typo
Browse files Browse the repository at this point in the history
Fix typo in parameter documentation
  • Loading branch information
thatmattlove authored Sep 17, 2020
2 parents c25cc5f + e16c757 commit fde39bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following global settings can be set in `hyperglass.yaml`:

| Parameter | Type | Default | Description |
| :--------------------- | :--------------: | :----------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `debug` | Boolean | `false` | Enable application-wide debug mode. **This will generate a log of logs!** |
| `debug` | Boolean | `false` | Enable application-wide debug mode. **This will generate a lot of logs!** |
| `developer_mode` | Boolean | `false` | If enabled, the hyperglass backend (Python) and frontend (React/Javascript) applications are "unlinked", so that React tools can be used for front end development. A `<Debugger />` convenience component is also displayed in the UI for easier UI development.' |
| `primary_asn` | String | `'65000'` | Your network's primary ASN. This field is used to set some useful defaults such as the subtitle and PeeringDB URL. |
| `org_name` | String | `'Beloved Hyperglass User'` | Your organization's name. This field is used in the UI & API documentation to set fields such as `<meta/>` HTML tags for SEO and the terms & conditions footer component. |
Expand Down

0 comments on commit fde39bf

Please sign in to comment.