Merge branch 'master' of git.luxnetwork.in:Engineering/observium_api_ciient
This commit is contained in:
commit
d4a8f9f2da
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
config.yml
|
config.yml
|
||||||
|
.venv
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
debug: false
|
debug: false
|
||||||
instances:
|
instances:
|
||||||
luxnetwork:
|
luxnetwork:
|
||||||
base_url: 'https://noc1.luxnetwork.eu'
|
base_url: 'https://noc.luxnetwork.eu'
|
||||||
api_path: 'api/v0'
|
api_path: 'api/v0'
|
||||||
username: ''
|
username: ''
|
||||||
password: ''
|
password: ''
|
||||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PyYAML
|
||||||
|
requests
|
Loading…
Reference in a new issue