Correct bootstrap

This commit is contained in:
crazywhalecc 2026-02-15 21:56:56 +08:00 committed by Jerry Ma
parent f1e9dd8de8
commit 2fdb0b406f

View File

@ -59,6 +59,6 @@ if (filter_var(getenv('SPC_ENABLE_LOG_FILE'), FILTER_VALIDATE_BOOLEAN)) {
} }
// load core registry // load core registry
Registry::loadRegistry(ROOT_DIR . '/spc.registry.json'); Registry::loadRegistry(ROOT_DIR . '/spc.registry.yml');
// load registries from environment variable SPC_REGISTRIES // load registries from environment variable SPC_REGISTRIES
Registry::loadFromEnvOrOption(); Registry::loadFromEnvOrOption();