mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
Get searc backend password from env var SEARCH_BACKEND_PASSWORD
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user