Change default Server Preferences

This commit is contained in:
lionel 2021-01-14 12:09:38 +01:00
parent 5c42862398
commit 8645235dd4

View File

@ -23,11 +23,11 @@
<!-- Server Preferences --> <!-- Server Preferences -->
<string name="server_host">Host</string> <string name="server_host">Host</string>
<string name="server_protocol">Use secure https</string> <string name="server_protocol">Use secure https</string>
<string name="server_host_def">netdldata.lan</string> <string name="server_host_def">www.netdldata.net</string>
<string name="server_port">Port</string> <string name="server_port">Port</string>
<string name="server_port_def">80</string> <string name="server_port_def">80</string>
<string name="server_root">Root</string> <string name="server_root">Root</string>
<string name="server_root_def">/projects/transfer</string> <string name="server_root_def">/transfer</string>
<!-- Local Preferences --> <!-- Local Preferences -->
<string name="local_storage">Local Storage</string> <string name="local_storage">Local Storage</string>