1
0
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:
JDC
2020-11-20 11:51:44 -05:00
committed by Nick Sweeting
parent 0773f12034
commit a38e3e0c90
2 changed files with 4 additions and 1 deletions

View File

@@ -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]