diff options
author | Kristofer Hallin <kristofer@sunet.se> | 2021-11-17 09:52:05 +0100 |
---|---|---|
committer | Kristofer Hallin <kristofer@sunet.se> | 2021-11-17 09:53:12 +0100 |
commit | fc31d040886ddd9495a0318a7272468fe81a215e (patch) | |
tree | eaa5ccdaee6abec69b6e9678f14972abf7c45abd /README.md | |
parent | fadb0f24bb55697a1ba34611a4288d12e25065d1 (diff) |
* Rename wsgi.py to main.py, we're not using WSGI.
* Added env variable.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ Start CouchDB and the collector. Make sure to give it a username and password: export COUCHDB_PASSWORD=insecure export COUCHDB_NAME=test export COUCHDB_HOSTNAME=couchdb + export DOCKER_JWT_PUBKEY_PATH=/tmp/jwt_keys/ docker-compose up Now the database and the API server should be running, now we can try |