Skip to content

Commit 54d689c

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

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

conf/localOverrides.conf.dist

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

0 commit comments

Comments
 (0)