We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35b61b commit 0a2458fCopy full SHA for 0a2458f
packages/python/chart-studio/chart_studio/files.py
@@ -18,9 +18,9 @@
18
"stream_ids": [],
19
},
20
CONFIG_FILE: {
21
- "plotly_domain": "https://plot.ly",
22
- "plotly_streaming_domain": "stream.plot.ly",
23
- "plotly_api_domain": "https://api.plot.ly",
+ "plotly_domain": "https://plotly.com",
+ "plotly_streaming_domain": "stream.plotly.com",
+ "plotly_api_domain": "https://api.plotly.com",
24
"plotly_ssl_verification": True,
25
"plotly_proxy_authorization": False,
26
"world_readable": True,
0 commit comments