diff --git a/Bitkit/Constants/Env.swift b/Bitkit/Constants/Env.swift index 9c90c109f..a79c70680 100644 --- a/Bitkit/Constants/Env.swift +++ b/Bitkit/Constants/Env.swift @@ -76,7 +76,7 @@ enum Env { } private static var e2eLocalHost: String { - infoPlistValue("E2E_LOCAL_HOST") ?? "127.0.0.1" + configValue("E2E_LOCAL_HOST") ?? "127.0.0.1" } private static var e2eHomegateUrl: String {