We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d886e8 + c6ddf98 commit 36151d0Copy full SHA for 36151d0
codeflash/api/cfapi.py
@@ -26,7 +26,7 @@
26
27
from packaging import version
28
29
-if os.environ.get("CODEFLASH_CFAPI_SERVER", default="prod").lower() == "local":
+if os.environ.get("CODEFLASH_CFAPI_SERVER", "prod").lower() == "local":
30
CFAPI_BASE_URL = "http://localhost:3001"
31
logger.info(f"Using local CF API at {CFAPI_BASE_URL}.")
32
console.rule()
0 commit comments