sync for dev 033026

This commit is contained in:
2026-03-30 19:59:39 -07:00
parent ba849b150c
commit 36917ffa39
18 changed files with 317 additions and 84 deletions

View File

@ -6,7 +6,7 @@ function h(string $s): string
}
// Load API data
$raw_api_settings = file('/opt/api_settings/cosmostat_settings.yaml',
$raw_api_settings = file('/app/cosmostat_settings.yaml',
FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
$api_settings = [];