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.
1 parent f1d7917 commit 5c2cd67Copy full SHA for 5c2cd67
imap_data_access/__init__.py
@@ -55,7 +55,7 @@
55
56
config = {
57
"DATA_ACCESS_URL": os.getenv("IMAP_DATA_ACCESS_URL")
58
- or "https://api.dev.imap-mission.com",
+ or "https://api.imap-mission.com",
59
"DATA_DIR": Path(os.getenv("IMAP_DATA_DIR") or Path.cwd() / "data"),
60
"API_KEY": os.getenv("IMAP_API_KEY"),
61
# Create a base64 encoded string for the username and password
0 commit comments