Skip to content

Commit e4fbcf4

Browse files
committed
Add a custom sagecell server URL option.
1 parent 983c1c6 commit e4fbcf4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

conf/localOverrides.conf.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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
################################################################################

0 commit comments

Comments
 (0)