diff --git a/conf/discourse_defaults.conf b/conf/discourse_defaults.conf index c366954..3db508b 100644 --- a/conf/discourse_defaults.conf +++ b/conf/discourse_defaults.conf @@ -193,7 +193,7 @@ connection_reaper_interval = 30 # set to relative URL (for subdirectory hosting) # IMPORTANT: path must not include a trailing / # EG: /forum -relative_url_root = "__PATH_URL__" +relative_url_root = "__PATH__" # increasing this number will increase redis memory use # this ensures backlog (ability of channels to catch up are capped) diff --git a/manifest.json b/manifest.json index cad2a2b..77e7e71 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Discussion platform", "fr": "Plateforme de discussion" }, - "version": "2.7.13~ynh2", + "version": "2.7.13~ynh3", "url": "http://Discourse.org", "upstream": { "license": "GPL-2.0",