forked from mirrors/thatmattlove-hyperglass
Merge pull request #80 from bastelfreak/typo
Fix typo in parameter documentation
This commit is contained in:
commit
fde39bf2ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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. |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue