Correct env var retrival for searxng
This commit is contained in:
parent
891527e228
commit
addd0c5df4
1 changed files with 2 additions and 2 deletions
|
|
@ -59,14 +59,14 @@ in
|
|||
environmentFile = cfg.secretFile;
|
||||
settings = {
|
||||
general = {
|
||||
open_metrics = "@METRICS_SECRET@";
|
||||
open_metrics = "$METRICS_SECRET";
|
||||
};
|
||||
|
||||
server = {
|
||||
base_url = with cfg.proxy; "https://${subdomain}.${domain}";
|
||||
bind_address = "0.0.0.0";
|
||||
port = 8080;
|
||||
secret_key = "@SEARX_SECRET_KEY@";
|
||||
secret_key = "$SEARX_SECRET_KEY";
|
||||
};
|
||||
|
||||
search = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue