Skip to content

Commit a9c99f4

Browse files
author
Pop Cosmin
committed
update base url env variable
1 parent dfe69bd commit a9c99f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebolt_db/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if found_dotenv:
77
load_dotenv(found_dotenv)
8-
base_url = os.environ["BASE_URL"]
8+
base_url = os.environ["FIREBOLT_BASE_URL"]
99
else:
1010
base_url = "https://api.app.firebolt.io"
1111

0 commit comments

Comments
 (0)