about summary refs log tree commit diff
path: root/genenetwork-development.scm
diff options
context:
space:
mode:
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r--genenetwork-development.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 54cc353..dd063d7 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -501,6 +501,7 @@ server described by CONFIG, a <genenetwork-configuration> object."
              #$(mixed-text-file "gn2.conf"
                                 "GN2_SECRETS=\"" gn2-secrets "/gn2-secrets.py\"\n"
                                 "AI_SEARCH_ENABLED=True\n"
+				"TEST_FEATURE_SWITCH=True\n"
                                 "GN3_LOCAL_URL=\""
                                 (string-append "http://localhost:"
                                                (number->string gn3-port))