aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.js b/client.js
index c2d041c..27055de 100644
--- a/client.js
+++ b/client.js
@@ -1,6 +1,6 @@
/* Config */
-const baseUrl = 'https://comments.dotemgo.com/comments';
-const pageId = '{{site-url}}{{uri}}';
+const baseUrl = 'https://localhost:7060/comments';
+const pageId = 'add-page-id-here';
const commentsUrl = `${baseUrl}?page_url=${pageId}`;