Skip to content

Commit b0b74b9

Browse files
committed
Final uri settings for serverless deployment
1 parent ed1bc17 commit b0b74b9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
*.swo
44
*login*
55
*.ipynb_checkpoints
6+
.venv
67
Untitled*.ipynb
7-
8+
.idea
89
*.cache*
910
*pytest_cache*
1011

mdf_connect_client/mdfcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .version import __version__
1010

1111
CONNECT_SERVICE_LOC = "https://publish-prod.materialsdatafacility.org"
12-
CONNECT_DEV_LOC = "https://6oqmi1rtp2.execute-api.us-east-1.amazonaws.com/test"
12+
CONNECT_DEV_LOC = "https://publish-dev.materialsdatafacility.org"
1313

1414
CONNECT_EXTRACT_ROUTE = "/submit"
1515
CONNECT_STATUS_ROUTE = "/status/"

mdf_connect_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Single source of truth for package version
2-
__version__ = "0.5.0-alpha.4"
2+
__version__ = "0.5.0-rc.1"

0 commit comments

Comments
 (0)