From 6cf31a1c9d4f67fd434c995d3a22164e42dfa662 Mon Sep 17 00:00:00 2001 From: nfebe Date: Mon, 8 Jun 2026 12:19:15 +0100 Subject: [PATCH] chore(agent): Use placeholder values in example config Example configuration should ship with inert placeholder values that each operator replaces with their own settings. This updates the remaining concrete values to clearly labelled placeholders. --- config.example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.yml b/config.example.yml index 459d96d..eb47abe 100644 --- a/config.example.yml +++ b/config.example.yml @@ -70,7 +70,7 @@ infrastructure: image: powerdns/pdns-auth-48:latest api_port: 8081 dns_port: 53 - api_key: 4bd02ab8c96205b6901660e53f7d96a2bf5253596f378d12 + api_key: your-powerdns-api-key-here data_path: "" default_soa: "" nameservers: "" @@ -88,7 +88,7 @@ security: auth_failure_threshold: 5 unique_paths_threshold: 20 repeated_hits_threshold: 30 - internal_api_token: ff66c51caad086544e7a6372b681da856146ae5586b6b59408d613fbc85f0045 + internal_api_token: generate-a-secure-random-string-here trusted_proxies: [] trust_cf_header: false audit: @@ -123,6 +123,6 @@ plans: ai: enabled: true base_url: https://generativelanguage.googleapis.com/v1beta/openai/ - api_key: AIzaSyCYBIFuQmp35NVnQI68hzlV6l4BSTZ9_lM + api_key: your-gemini-api-key-here model: gemini-2.5-flash timeout: 1m0s