mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
removed old configuration file name
This commit is contained in:
parent
8c534703f9
commit
2bd89b8d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ def generatekey(string_length):
|
|||
click.secho(
|
||||
f"""
|
||||
Your API Key is: {api_key}
|
||||
Place your API Key in the `configuration.py` of your API module. For example, in: `hyperglass-frr/configuration.py`
|
||||
Place your API Key in the `configuration.toml` of your API module. For example, in: `hyperglass_frr/hyperglass-frr/configuration.toml`
|
||||
|
||||
Your Key Hash is: {key_hash}
|
||||
Use this hash as the password for the device using the API module. For example, in: `hyperglass/hyperglass/configuration/devices.toml`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue