spec: add entry on KAPOW_USER_URL env var

This commit is contained in:
pancho horrillo
2019-10-30 17:38:55 +01:00
parent 604a6d7d4d
commit 275db5ef91
+1
View File
@@ -61,6 +61,7 @@ environment variables:
listening kapow server. By default: ``kapow server``
* ``KAPOW_CONTROLAPI_URL``: URL of the Control API. By default: ``http://localhost:8081``
* ``KAPOW_DATAAPI_URL``: URL of the Data API. By default: ``http://localhost:8080``
* ``KAPOW_USER_URL``: URL of the User Server. By default: ``http://localhost:8080``
Fixing tests one by one