From 275db5ef91256792b6adf338ab95d2e9e4ecd97f Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 30 Oct 2019 17:38:55 +0100 Subject: [PATCH] spec: add entry on KAPOW_USER_URL env var --- spec/test/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/test/README.rst b/spec/test/README.rst index 8fceb75..2f6803c 100644 --- a/spec/test/README.rst +++ b/spec/test/README.rst @@ -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