aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genenetwork-local-container.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm
index 9c407e4..9d87593 100644
--- a/genenetwork-local-container.scm
+++ b/genenetwork-local-container.scm
@@ -101,6 +101,7 @@ server described by CONFIG, a <genenetwork-configuration> object."
#$(mixed-text-file "gn2.conf"
"GN2_SECRETS=\"" gn2-secrets "\"\n"
"AI_SEARCH_ENABLED=True\n"
+ "TEST_FEATURE_SWITCH=True\n"
"GN3_LOCAL_URL=\""
(string-append "http://localhost:"
(number->string gn3-port))