diff options
author | rhatto <rhatto@riseup.net> | 2018-03-23 02:27:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-23 02:27:18 +0000 |
commit | 856e975127fff8f82b14f2886bb4ffb239541555 (patch) | |
tree | 72280f007b2552e605c1a3abd492325fb364f020 /data/config.default.php | |
parent | 200aa3c79324ceb2b42ec6452bc11888e5fafa7d (diff) | |
parent | f06e78a888f914788f0634feb93fcef071518e9d (diff) | |
download | semanticscuttle-856e975127fff8f82b14f2886bb4ffb239541555.tar.gz semanticscuttle-856e975127fff8f82b14f2886bb4ffb239541555.tar.bz2 |
Merge pull request #1 from jasonmm/master
Update and bug fix
Diffstat (limited to 'data/config.default.php')
-rw-r--r-- | data/config.default.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 5e560a7..95df176 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -778,4 +778,22 @@ $unittestUrl = null; */ $allowUnittestMode = false; +/*************************************************** + * Caching support + * + * Use the following configuration if you want to provide a link + * to a cached copy of your bookmarks. + * + * Please note that these feature just provide the link if a cached + * copy exists. + * + * You should download SemanticScuttle bookmarks using a tool like + * https://git.fluxo.info/?p=httruta.git + */ + +/** + * Set to the base public URL of you cache folder. + */ +$cacheUrl = null; + ?> |