From 1522eff3a7c6d197762845c5701977135df4e54c Mon Sep 17 00:00:00 2001
From: Wannes Rombouts <wapiflapi@yahoo.fr>
Date: Tue, 4 Jun 2013 10:45:23 +0200
Subject: [PATCH] Updated config sample with testing configuration.

---
 src/mra.yaml.sample | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/mra.yaml.sample b/src/mra.yaml.sample
index d4abbdc..cd7c43e 100644
--- a/src/mra.yaml.sample
+++ b/src/mra.yaml.sample
@@ -21,3 +21,9 @@ logging:
     level: "DEBUG"
     # Add the logs to the generated output of the webapp by setting web_logs.
     web_logs: False
+
+testing:
+    # Aditions to the API for testing, should ne deactivated in production.
+    active: False
+    # Which map file to use to create new test files.
+    model: model
-- 
GitLab