File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -434,6 +434,19 @@ $mail{feedbackRecipients} = [
434434# use this setting when running Rserve in a docker container.
435435# $pg{specialPGEnvironmentVars}{Rserve} = {host => "r"};
436436
437+ # ###############################################################################
438+ # Usa a custom Sage cell server.
439+ # ###############################################################################
440+
441+ # By default the AskSage method of PG uses the public sagecell service located
442+ # at https://sagecell.sagemath.org/service. However, the server at that address
443+ # is no longer accepting public requests. So in order for problems that use the
444+ # AskSage method to work a different sagecell server must be used. Uncomment
445+ # the line below and set the value to a custom sagecell server address to use
446+ # with the AskSage method.
447+
448+ # $pg{URLs}{sagecellService} = 'http://localhost:3500/service';
449+
437450# ###############################################################################
438451# Authentication
439452# ###############################################################################
You can’t perform that action at this time.
0 commit comments