File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 77from microSALT .utils .pubmlst .helpers import get_path , get_service_config , folders_config
88from microSALT .utils .pubmlst .constants import CREDENTIALS_KEY
99
10- db = "pubmlst_test_seqdef"
11-
12-
1310def validate_credentials (client_id , client_secret ):
1411 """Ensure client_id and client_secret are not empty."""
1512 if not client_id or not client_id .strip ():
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def get_service_config(service: str):
5252 "config" : app .config ["pubmlst" ],
5353 },
5454 "pasteur" : {
55- "base_web" : "https://bigsdb.pasteur.fr" ,
55+ "base_web" : "https://bigsdb.pasteur.fr/bigsdb " ,
5656 "base_api" : "https://bigsdb.pasteur.fr/api" ,
5757 "base_api_host" : "bigsdb.pasteur.fr" ,
5858 "database" : "pasteur_test_seqdef" ,
You can’t perform that action at this time.
0 commit comments