2018-06-27 23:17:57 -04:00
|
|
|
<?php return <<<INI
|
|
|
|
|
|
|
|
; Warning: Don't change this file! It only holds the default config values for this addon.
|
2018-07-11 22:56:52 -04:00
|
|
|
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
|
2018-06-27 23:17:57 -04:00
|
|
|
|
|
|
|
[mathjax]
|
|
|
|
; baseurl (String)
|
|
|
|
; The URL to your MathJax installation
|
|
|
|
baseurl =
|
|
|
|
|
|
|
|
INI;
|
|
|
|
//Keep this line
|