From 00b56600a886a84d182f961e8ecf2518311a50ab Mon Sep 17 00:00:00 2001 From: TheRON Date: Sat, 6 Jun 2026 18:04:25 -0400 Subject: [PATCH] wrong filename --- hubzilla/addon/vs01/vs01_config.json.template | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 hubzilla/addon/vs01/vs01_config.json.template diff --git a/hubzilla/addon/vs01/vs01_config.json.template b/hubzilla/addon/vs01/vs01_config.json.template deleted file mode 100644 index 8406a2a..0000000 --- a/hubzilla/addon/vs01/vs01_config.json.template +++ /dev/null @@ -1,22 +0,0 @@ -{ - "_note": "Copy to config.json. Do not commit config.json — it contains secrets and installation-specific values.", - "receiver_url": "REPLACE — orchestrator receiver endpoint, e.g. https://orchestrator1.internal.diagnostics.kane-il.us/receive", - "node_token": "REPLACE — shared secret for node-to-orchestrator authentication", - "listings_file": "REPLACE — absolute path to listings.json on the host, e.g. /var/www/hubzilla/addon/vs01/listings.json", - "directory_default_tab": "core", - "associations": { - "REPLACE-SLUG": { - "_note": "Key is the URL slug — lowercase, hyphens only, matches argv(1) in the route", - "name": "REPLACE — association legal name", - "address": "REPLACE — association street address", - "channel_id": 0, - "channel_address": "REPLACE — channel@node address", - "groups": { - "public": 0, - "sase_participant": 0, - "corpus_builder": 0, - "civic_professional": 0 - } - } - } -}