From 9335818dfbd718e3dfc8f2e0e4515600aa011218 Mon Sep 17 00:00:00 2001 From: k Date: Mon, 29 Jul 2024 12:42:33 +0200 Subject: [PATCH] Try disabling redirections for now.. --- src/Config.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.hx b/src/Config.hx index 6df4419..ff63c28 100644 --- a/src/Config.hx +++ b/src/Config.hx @@ -18,7 +18,7 @@ class Config { } }; - static public var root = env("GHP_ROOT", null); + static public var root = null; static public function env(name:String, def:String):String { return switch(Sys.getEnv(name)) {