From 855695a8620a3a5ffada836fd28e04bb912bbd3a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 28 Oct 2023 18:43:47 +0300 Subject: add stuff necessary to run integration tests using phpunit --- .docker/app/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to '.docker/app/Dockerfile') diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 6e7967866..f0fe25e14 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -67,6 +67,7 @@ ENV ADMIN_USER_ACCESS_LEVEL="" ENV AUTO_CREATE_USER="" ENV AUTO_CREATE_USER_PASS="" ENV AUTO_CREATE_USER_ACCESS_LEVEL="0" +ENV AUTO_CREATE_USER_ENABLE_API="" # TODO: remove prefix from container variables not used by tt-rss itself: # -- cgit v1.2.3