Skip to content

Commit 5c2cd67

Browse files
committed
ENH: Update to use the production url by default!
1 parent f1d7917 commit 5c2cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imap_data_access/__init__.py

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

5656
config = {
5757
"DATA_ACCESS_URL": os.getenv("IMAP_DATA_ACCESS_URL")
58-
or "https://api.dev.imap-mission.com",
58+
or "https://api.imap-mission.com",
5959
"DATA_DIR": Path(os.getenv("IMAP_DATA_DIR") or Path.cwd() / "data"),
6060
"API_KEY": os.getenv("IMAP_API_KEY"),
6161
# Create a base64 encoded string for the username and password

0 commit comments

Comments
 (0)