local edits

This commit is contained in:
Frank Harris 2026-04-29 17:49:28 -04:00
parent 3ab7aeb19e
commit ea75fef77b
10 changed files with 136 additions and 44 deletions

View file

@ -0,0 +1,12 @@
<?php
// Copy this file to status_api_local.php and fill in real values.
// status_api_local.php is git-ignored — never commit the real copy.
// A long random string; pass as ?token=... from the website
$PUBLIC_TOKEN = 'CHANGE_ME_LONG_RANDOM_STRING';
// Optional: map OGP agent hostnames/IPs to friendly location names
$LOCATION_MAP = [
'agent1.example.com' => 'Location 1',
'agent2.example.com' => 'Location 2',
];