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,21 @@ $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. If using the docker container built with the
447+ # instructions and files in the sagecell-docker directory the PG repository, the
448+ # use the line below as is.
449+
450+ # $pg{URLs}{sagecellService} = 'http://localhost:3500/service';
451+
437452# ###############################################################################
438453# Authentication
439454# ###############################################################################
You can’t perform that action at this time.
0 commit comments