sync for dev 033026
This commit is contained in:
@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user