aboutsummaryrefslogtreecommitdiffstats
path: root/config.js
diff options
context:
space:
mode:
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"
+}