ci: docker_tag=ext - Fix config formatting

This commit is contained in:
4NK Dev 2025-09-21 20:53:35 +00:00
parent 664c1542be
commit 0a02c708fc

View File

@ -24,7 +24,7 @@ pub struct Config {
impl Config {
pub fn read_from_file(filename: &str) -> Result<Self> {
let mut file_content = HashMap::new();
// Try to read from environment variables first
let env_vars = [
("core_url", "CORE_URL"),