friendica-addons/mathjax/config/mathjax.ini.php
Hypolite Petovan 88278dbe19 [mathjax] Add addon config
- Update mentions of .htconfig.php
2018-07-10 08:39:48 -04:00

12 lines
305 B
PHP

<?php return <<<INI
; Warning: Don't change this file! It only holds the default config values for this addon.
; Instead overwrite these config values in config/local.ini.php in your Friendica directory
[mathjax]
; baseurl (String)
; The URL to your MathJax installation
baseurl =
INI;
//Keep this line