From 39b52bcfb0435c52dcc5eb7e6b14780f2c231f78 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 3 Jun 2020 01:15:03 +0200 Subject: [PATCH] add: new keys/values to core.testing.ini --- tests/core.testing.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/core.testing.ini b/tests/core.testing.ini index 35d603c..87bc44e 100644 --- a/tests/core.testing.ini +++ b/tests/core.testing.ini @@ -1,5 +1,11 @@ [core] server-port = 5000 -discovery-port = 4422 database = core.sqlite +not-found-file = 404.html +not-found-file-mime = text/html +not-found-content = 404 - NOT FOUND +not-found-content-type = text/plain + +: 4421 for dev-env; 4420 for testing-env; 4419 for prod-env; 4422 for testing +discovery-port = 4422 log-level = debug