fix add secret key
This commit is contained in:
parent
fba19b47cc
commit
946f4dc081
1 changed files with 2 additions and 0 deletions
|
|
@ -2,10 +2,12 @@
|
||||||
services.searx = {
|
services.searx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
redisCreateLocally = true;
|
redisCreateLocally = true;
|
||||||
|
environmentFile = "/mnt/data/searxng/.env";
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
bind_address = "127.0.0.1";
|
bind_address = "127.0.0.1";
|
||||||
port = 8091;
|
port = 8091;
|
||||||
|
secret_key = "$SECRET_KEY";
|
||||||
};
|
};
|
||||||
general = {
|
general = {
|
||||||
debug = false;
|
debug = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue