diff options
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`, |