feat: add basic auth for external node

This commit is contained in:
otani
2024-03-07 09:49:38 +02:00
parent 9cebe8b7f4
commit 118523076b
2 changed files with 9 additions and 0 deletions

View File

@ -62,6 +62,11 @@ enable_tls: false
acme_email: ""
domain_name: ""
# Enable basic auth for external node
enable_basic_auth: false
basic_auth_username: ""
basic_auth_secret: ""
# Force restore pg database
force_pg_restore: false