mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Merge pull request #80 from bastelfreak/typo
Fix typo in parameter documentation
This commit is contained in:
@@ -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. |
|
||||
|
Reference in New Issue
Block a user