Opt-out of dotnet telemetry for btcpay #599
@ -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({
|
||||
|
greg marked this conversation as resolved
Outdated
|
||||
Unit: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user
This should fail if it's not defined, since you need the explorer to run the service. (I.e. just remove the
if.)