From 579886d2176a869f55c2d0af4d1a1e30b8576105 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Wed, 6 Oct 2021 08:45:20 +0200 Subject: Updated readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6bb4d49..7993adc 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ Start the demo HTTP server. Here we should pass on a few environment variables to let it know which CouchDB to use: cd demo - export DB_NAME=test - export DB_HOSTNAME=localhost - export DB_USERNAME=couchdb - export DB_PASSWORD=insecure + export COUCHDB_NAME=test + export COUCHDB_HOSTNAME=localhost + export COUCHDB_USER=couchdb + export COUCHDB_PASSWORD=insecure python3 ../src/wsgi.py Try adding some observations, basic auth user:pw from `wsgi_demo_users.yaml`, -- cgit v1.1