Re: [PATCH v2 4/6] Put test db host and port into env variables.

2016-08-04 Thread Andrew Donnellan
On 04/08/16 16:10, Daniel Axtens wrote: This is preparation for a Docker-based dev environment. Signed-off-by: Daniel Axtens A good move generally. Reviewed-by: Andrew Donnellan -- Andrew Donnellan OzLabs, ADL Canberra

[PATCH v2 4/6] Put test db host and port into env variables.

2016-08-04 Thread Daniel Axtens
This is preparation for a Docker-based dev environment. Signed-off-by: Daniel Axtens --- patchwork/settings/dev.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchwork/settings/dev.py b/patchwork/settings/dev.py index e5c88d28dad4..127e15d9ebcd