source/projects/octorest/test/_common.py

8 lines
168 B
Python
Raw Normal View History

2025-02-06 08:55:09 +00:00
import os
URL = os.environ.get('OCTOPRINT_URL')
APIKEY = os.environ.get('OCTOPRINT_APIKEY')
URL = "http://localhost:5000"
APIKEY = "65FD7606F0FB4DF981C639FEDF08F7E6"