Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions LoCI_LAMP_DPP_Production.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"cell_type": "code",
"execution_count": 380,
"execution_count": null,
"id": "7ea86517",
"metadata": {},
"outputs": [],
Expand All @@ -72,10 +72,10 @@
"USE_CASE = 'locilamp'\n",
"\n",
"# Zenflows API endpoint\n",
"ENDPOINT = 'https://proxy.dpp-staging.dyne.im/zenflows/api'\n",
"ENDPOINT = 'https://proxy.dpp-staging.dnstest.dyne.org/zenflows/api'\n",
"\n",
"# DPP service endpoint\n",
"DPP_URL = 'https://proxy.dpp-staging.dyne.im/interfacer-dpp'\n",
"DPP_URL = 'https://proxy.dpp-staging.dnstest.dyne.org/interfacer-dpp'\n",
"\n",
"# Participants\n",
"USERS = ['tchibo', 'locilamp_designer', 'locilamp_manufacturer']"
Expand Down
6 changes: 3 additions & 3 deletions LoCI_LAMP_DPP_Setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "43a1d6c1",
"metadata": {},
"outputs": [
Expand All @@ -75,10 +75,10 @@
"USE_CASE = 'locilamp'\n",
"\n",
"# Zenflows API endpoint\n",
"ENDPOINT = 'https://proxy.dpp-staging.dyne.im/zenflows/api'\n",
"ENDPOINT = 'https://proxy.dpp-staging.dnstest.dyne.org/zenflows/api'\n",
"\n",
"# DPP service endpoint\n",
"DPP_URL = 'https://proxy.dpp-staging.dyne.im/interfacer-dpp'\n",
"DPP_URL = 'https://proxy.dpp-staging.dnstest.dyne.org/interfacer-dpp'\n",
"\n",
"# CSV file with product data\n",
"CSV_FILE = Path('/Users/alcibiade/dyne/if/20260127 LOCI LAMP product informaiton DPP DE.csv')\n",
Expand Down
Loading