diff options
author | dan <[email protected]> | 2023-05-16 10:11:55 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 10:11:55 -0400 |
commit | b416c82ecc9ac8a94d059338c488507229d0996c (patch) | |
tree | 618bdc9d8b84b5ae3cf933d55db780f526aa351e /config.js | |
parent | aecc6ee8009fa70d012510a9babd50e5f364dece (diff) | |
download | simple-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.js | 4 |
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" +} |