summaryrefslogtreecommitdiff
path: root/htroot/ConfigBasic.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2021-02-09 20:26:49 +0100
committerMichael Peter Christen <mc@yacy.net>2021-02-09 20:26:49 +0100
commit3da76281173022f148ee61ca02cd5a646880a935 (patch)
treed7c408c9c84492f08b283742b14d799ebb96ea81 /htroot/ConfigBasic.html
parent13a2e6dc6e52ba24a98ba91bca7d8268c695bcca (diff)
use environment variables to overwrite configuration variables
you can i.e. do: export YACY_PORT=8092 && ./startYACY.sh Just append "YACY_" to uppercase version of environment variables and replace all "." with "_".
Diffstat (limited to 'htroot/ConfigBasic.html')
-rw-r--r--htroot/ConfigBasic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html
index 3dc64426a..d80d5df97 100644
--- a/htroot/ConfigBasic.html
+++ b/htroot/ConfigBasic.html
@@ -104,7 +104,7 @@
<dl>
<dt><label for="port">Peer Port: </label></dt>
<dd>
- <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" #(hasSystemDefinedPort)#::disabled="disabled"#(/hasSystemDefinedPort)#/> #(hasSystemDefinedPort)#::(Set by system property '#[systemProperty]#')#(/hasSystemDefinedPort)#&nbsp;&nbsp;&nbsp;
+ <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" /> &nbsp;&nbsp;&nbsp;
<input type="checkbox" name="withssl" id="withssl" #(withsslenabled)#::checked="checked"#(/withsslenabled)#>with SSL (https enabled#(withsslenabled)#:: on port <a href="Settings_p.html?page=ProxyAccess">#[sslport]#</a>#(/withsslenabled)#)
</dd>
#(upnp)#::<dt>