From d82c6b904664cc4210f2790792b5e83fee8ca7f3 Mon Sep 17 00:00:00 2001 From: Lukas Mueller Date: Tue, 6 Aug 2024 15:45:50 -0400 Subject: [PATCH] add old and new fieldbook authentication configs to sgn.conf --- sgn.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgn.conf b/sgn.conf index 5311492482..2be7f369a2 100644 --- a/sgn.conf +++ b/sgn.conf @@ -459,7 +459,7 @@ crontab_file NULL crontab_log_filepath NULL #Authorized Clients for SSO -authorized_clients_JSON {"TEST://":"TEST","fieldbook://":"FieldBook App","https://apps.cipotato.org/hidap_sbase/":"HIDAP","https://fieldbook.phenoapps.org/":"field-book","https://climmob.net":"ClimMob"} +authorized_clients_JSON {"TEST://":"TEST","fieldbook://":"FieldBook App","https://apps.cipotato.org/hidap_sbase/":"HIDAP","https://fieldbook.phenoapps.org/field-book":"field-book","https://fieldbook.phenoapps.org/": "fieldbook", "https://climmob.net":"ClimMob"} simsearch_datadir /home/production/simsearch_data -- 2.11.4.GIT