From 03c315399beb53667f946b98e62699b42fd06ef3 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 12 Oct 2022 12:05:45 +0200 Subject: [PATCH] 'README.md' updaten --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d4ce707..0ba8c6d 100644 --- a/README.md +++ b/README.md @@ -88,18 +88,10 @@ Then you can configure your environment. You can do this by passing the values on the command-line before running octomode: ``` -export OCTOMODE_PAD_API_KEY=... -``` - -Or you save the configuration variables in a file called `config.py`: - -``` -class Config(object): - APPLICATION_ROOT = '/' - PORTNUMBER = 5001 - PAD_URL = 'https://pad.vvvvvvaria.org/' # with a slash in the end! - PAD_API_URL = 'https://pad.vvvvvvaria.org/api/1.2.15/' - PAD_API_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXX' +export OCTOMODE_PORTNUMBER=XXX +export OCTOMODE_PAD_URL=XXX +export OCTOMODE_PAD_API_URL=XXX +export OCTOMODE_PAD_API_KEY=XXX ``` - **OCTOMODE_PORTNUMBER**: optional, default: `5001`