aboutsummaryrefslogtreecommitdiffstats
path: root/config.js
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-16 10:11:55 -0400
committerdan <[email protected]>2023-05-16 10:11:55 -0400
commitb416c82ecc9ac8a94d059338c488507229d0996c (patch)
tree618bdc9d8b84b5ae3cf933d55db780f526aa351e /config.js
parentaecc6ee8009fa70d012510a9babd50e5f364dece (diff)
downloadsimple-comments-widget-b416c82ecc9ac8a94d059338c488507229d0996c.tar.gz
simple-comments-widget-b416c82ecc9ac8a94d059338c488507229d0996c.tar.bz2
simple-comments-widget-b416c82ecc9ac8a94d059338c488507229d0996c.zip
fix: config moved to config.js
Diffstat (limited to 'config.js')
-rw-r--r--config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100644
index 0000000..28e29eb
--- /dev/null
+++ b/config.js
@@ -0,0 +1,4 @@
+const config = {
+ "base_url": "http://localhost:7060/comments",
+ "page_id": "add-page-id-here"
+}