aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-12 18:04:08 +0300
committerMunyoki Kilyungi2024-09-12 18:04:08 +0300
commit5aa361c11ac9f177a3515080c5e375125c3ab0a0 (patch)
treeb80a7db822f549a74e41d78035460165103a6a01
parent0ba26de033a674b5269bbeb41bae441a565a22b1 (diff)
downloadgn-machines-5aa361c11ac9f177a3515080c5e375125c3ab0a0.tar.gz
Enable AI Search in GN2 CD.HEADmain
-rw-r--r--genenetwork-development.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 5fafc12..2dbce64 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -471,6 +471,7 @@ server described by CONFIG, a <genenetwork-configuration> object."
"GN2_SETTINGS"
#$(mixed-text-file "gn2.conf"
"GN2_SECRETS=\"" gn2-secrets "/gn2-secrets.py\"\n"
+ "AI_SEARCH_ENABLED=True\n"
"GN3_LOCAL_URL=\""
(string-append "http://localhost:"
(number->string gn3-port))