Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2020-12-10 08:36:10 +0300
committerGitHub <noreply@github.com>2020-12-10 08:36:10 +0300
commiteda1480ec275783217d2578e426117b30b5e533a (patch)
tree114945a30d68777be39fc435587854416224c82d
parent92ed1e8f49037dc85881e2b7aa2ffb7609be3a3f (diff)
Update README.md
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff014d0..82349c4 100755
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ The basic configuration is handled via environment variables, if you are using t
#### Required Configuration Settings
-- `OCTOPRINT_HOST` - The OctoPrint HTTP address. Example: `http://octopi.local` or `http://localhost:5000`. Note: the protocol (`http://` or `https://`) is required. If the setting for OCTOPRINT_HOST does not contain the protocol, an error will be displayed when OctoScreen starts.
+- `OCTOPRINT_HOST` - The URL to the OctoPrint server. Example: `http://octopi.local` or `http://localhost:5000`. Note: the protocol (`http://` or `https://`) is required. If the setting for OCTOPRINT_HOST does not contain the protocol, an error will be displayed when OctoScreen starts.
- `OCTOPRINT_APIKEY` - OctoScreen expects an [API key]( http://docs.octoprint.org/en/master/api/general.html) to be supplied. This API key can be either the globally configured key, or a user-specific one if “Access Control” is enabled.