mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update ispConfig.py
This commit is contained in:
parent
989133fe99
commit
eb8b393394
@ -27,6 +27,12 @@ enableActualShellCommands = True
|
|||||||
# Add 'sudo' before execution of any shell commands. May be required depending on distribution and environment.
|
# Add 'sudo' before execution of any shell commands. May be required depending on distribution and environment.
|
||||||
runShellCommandsAsSudo = False
|
runShellCommandsAsSudo = False
|
||||||
|
|
||||||
|
#Graphing
|
||||||
|
graphingEnabled = False
|
||||||
|
influxDBBucket = "libreqos"
|
||||||
|
influxDBOrg = "Your ISP Name Here"
|
||||||
|
influxDBtoken = ""
|
||||||
|
|
||||||
# Optional UISP integration
|
# Optional UISP integration
|
||||||
# Everything before /nms/ on your UISP instance
|
# Everything before /nms/ on your UISP instance
|
||||||
UISPbaseURL = 'https://examplesite.com'
|
UISPbaseURL = 'https://examplesite.com'
|
||||||
|
Loading…
Reference in New Issue
Block a user