mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Fix #111
This commit is contained in:
parent
b319842118
commit
206cb73ef2
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ connection_reaper_interval = 30
|
||||||
# set to relative URL (for subdirectory hosting)
|
# set to relative URL (for subdirectory hosting)
|
||||||
# IMPORTANT: path must not include a trailing /
|
# IMPORTANT: path must not include a trailing /
|
||||||
# EG: /forum
|
# EG: /forum
|
||||||
relative_url_root = "__PATH_URL__"
|
relative_url_root = "__PATH__"
|
||||||
|
|
||||||
# increasing this number will increase redis memory use
|
# increasing this number will increase redis memory use
|
||||||
# this ensures backlog (ability of channels to catch up are capped)
|
# this ensures backlog (ability of channels to catch up are capped)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Discussion platform",
|
"en": "Discussion platform",
|
||||||
"fr": "Plateforme de discussion"
|
"fr": "Plateforme de discussion"
|
||||||
},
|
},
|
||||||
"version": "2.7.13~ynh2",
|
"version": "2.7.13~ynh3",
|
||||||
"url": "http://Discourse.org",
|
"url": "http://Discourse.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
Loading…
Reference in a new issue