mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
nixos: remove unneeded api_key from config
This commit is contained in:
parent
0f2b10d1ac
commit
049b3a6cc2
@ -8,7 +8,6 @@ let
|
|||||||
ddConf = {
|
ddConf = {
|
||||||
dd_url = "https://app.datadoghq.com";
|
dd_url = "https://app.datadoghq.com";
|
||||||
skip_ssl_validation = "no";
|
skip_ssl_validation = "no";
|
||||||
api_key = "";
|
|
||||||
confd_path = "/etc/datadog-agent/conf.d";
|
confd_path = "/etc/datadog-agent/conf.d";
|
||||||
additional_checksd = "/etc/datadog-agent/checks.d";
|
additional_checksd = "/etc/datadog-agent/checks.d";
|
||||||
use_dogstatsd = true;
|
use_dogstatsd = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user