Update site submodule and update settings

This commit is contained in:
Evan 2023-03-10 01:48:18 -05:00
parent 1b45ab265b
commit b33450c65d
No known key found for this signature in database
GPG Key ID: 876F598B31E92DAC
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 9d90687d99ff01213eff933d3dc6bf065479a9ff
Subproject commit 3e597c03b1da13599bf72138f6584af0c16bd037

View File

@ -230,8 +230,7 @@ MATHOID_CACHE_URL = '//{host}/mathoid/'.format(host=HOST)
## Pdfoid ##
############
USE_PDFOID = True
PDFOID_URL = 'http://pdfoid:8888'
DMOJ_PDF_PDFOID_URL = 'http://pdfoid:8888'
############
## Texoid ##