mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 05:34:14 -04:00
Get searc backend password from env var SEARCH_BACKEND_PASSWORD
This commit is contained in:
parent
0773f12034
commit
a38e3e0c90
2 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,7 @@ log_level = "debug"
|
|||
inet = "0.0.0.0:1491"
|
||||
tcp_timeout = 300
|
||||
|
||||
auth_password = "SecretPassword"
|
||||
auth_password = "${env.SEARCH_BACKEND_PASSWORD}"
|
||||
|
||||
[channel.search]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue