summaryrefslogtreecommitdiffstats
path: root/coolwsd.xml.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2022-05-02 15:48:46 +0200
committerAndras Timar <andras.timar@collabora.com>2022-05-02 22:02:10 +0200
commitd2530f249e019621915bfa5b5eb1c8cde300e324 (patch)
tree6cb0657f75030426fe38c4598f84b5dd281e1000 /coolwsd.xml.in
parentwsd: return status from writeOutgoingData (diff)
downloadonline-d2530f249e019621915bfa5b5eb1c8cde300e324.tar.gz
online-d2530f249e019621915bfa5b5eb1c8cde300e324.zip
Allow specifying the remote_font_config URI in the remote_config
This way, there is only one entry point for all the remote configuration, and the remote_font_config does not have to be specified in coolwsd.xml, in case the remote_config JSON specifies that. Signed-off-by: Jan Holesovsky <kendy@collabora.com> Change-Id: I857bab3d300ddb5c0c3df0a9f62eda20f43c3ff7
Diffstat (limited to 'coolwsd.xml.in')
-rw-r--r--coolwsd.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coolwsd.xml.in b/coolwsd.xml.in
index e3af1ba8a9..c3a3dfd9b8 100644
--- a/coolwsd.xml.in
+++ b/coolwsd.xml.in
@@ -237,7 +237,7 @@
<expiry_min desc="Time in mins after quarantined files will be deleted." type="int" default="30"></expiry_min>
</quarantine_files>
- <remote_config >
+ <remote_config>
<remote_url desc="remote server to which you will send resquest to get remote config in response" type="string" default=""></remote_url>
</remote_config>