Vendoring octorest
This commit is contained in:
parent
3275563a18
commit
bee6f3b69a
76 changed files with 13557 additions and 0 deletions
projects/octorest/test
7
projects/octorest/test/_common.py
Normal file
7
projects/octorest/test/_common.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import os
|
||||
|
||||
URL = os.environ.get('OCTOPRINT_URL')
|
||||
APIKEY = os.environ.get('OCTOPRINT_APIKEY')
|
||||
|
||||
URL = "http://localhost:5000"
|
||||
APIKEY = "65FD7606F0FB4DF981C639FEDF08F7E6"
|
Loading…
Add table
Add a link
Reference in a new issue