diff options
author | Kristofer Hallin <kristofer@sunet.se> | 2021-10-06 08:45:20 +0200 |
---|---|---|
committer | Kristofer Hallin <kristofer@sunet.se> | 2021-10-06 08:45:20 +0200 |
commit | 579886d2176a869f55c2d0af4d1a1e30b8576105 (patch) | |
tree | a094bf4602bca40598ee18c5c0436266f89ce457 /README.md | |
parent | 5b5e8427a466a87db37004380e57b5b9249c7775 (diff) |
Updated readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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`, |