mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-18 12:21:42 +02: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