@@ -203,6 +203,7 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
203203 # fake mandatory
204204 "name" : "osparc" ,
205205 "host_regex" : r"([\.-]{0,1}osparc[\.-])" ,
206+ "base_url" : "https://osparc.io" ,
206207 "twilio_messaging_sid" : "1" * 34 ,
207208 "registration_email_template" : "osparc_registration_email" ,
208209 "login_settings" : {
@@ -223,6 +224,7 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
223224 "display_name" : "TI PT" ,
224225 "short_name" : "TIPI" ,
225226 "host_regex" : r"(^tis[\.-])|(^ti-solutions\.)|(^ti-plan\.)" ,
227+ "base_url" : "https://tis.io" ,
226228 "support_email" :
"[email protected] " ,
227229 "manual_url" : "https://foo.com" ,
228230 "issues_login_url" : None ,
@@ -238,6 +240,7 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
238240 "display_name" : "o²S²PARC FOO" ,
239241 "short_name" : "osparcf" ,
240242 "host_regex" : "([\\ .-]{0,1}osparcf[\\ .-])" ,
243+ "base_url" : "https://osparcf.io" ,
241244 "support_email" :
"[email protected] " ,
242245 "vendor" : {
243246 "url" : "https://acme.com" ,
0 commit comments