diff options
| author | Michael Peter Christen <mc@yacy.net> | 2021-02-09 20:26:49 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2021-02-09 20:26:49 +0100 |
| commit | 3da76281173022f148ee61ca02cd5a646880a935 (patch) | |
| tree | d7c408c9c84492f08b283742b14d799ebb96ea81 /htroot/ConfigBasic.html | |
| parent | 13a2e6dc6e52ba24a98ba91bca7d8268c695bcca (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.html | 2 |
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)# + <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" /> <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> |
