Remove unused variable

This commit is contained in:
Greg Karekinian 2025-06-25 10:18:57 +02:00
parent 2b49cb1b2b
commit 7e47c879a1

View File

@ -74,7 +74,6 @@ if node["nbxplorer"]["postgres"]
nbxpg_connect = "User ID=#{nbxpg_user};Password=#{nbxplorer_credentials['postgresql_password']};Database=#{nbxpg_database};Host=pg.kosmos.local;Port=5432;Application Name=btcpayserver;MaxPoolSize=80"
end
systemd_unit_env = "'BTCPAY_EXPLORERPOSTGRES=#{nbxpg_connect}' 'DOTNET_CLI_TELEMETRY_OPTOUT=1'"
systemd_unit 'btcpayserver.service' do
content({
Unit: {