aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-07-09 22:58:07 -0400
committerAjay Ramachandran <[email protected]>2019-07-09 22:58:07 -0400
commit9218aed94efaa86491186ddcb446be0a44fe8010 (patch)
treea0396963e2449052b8f4903e2110bfbea1975caf
parent872ea9fceff03d5576901a29b8d5c821c1c34fcc (diff)
downloadSponsorBlock-9218aed94efaa86491186ddcb446be0a44fe8010.tar.gz
SponsorBlock-9218aed94efaa86491186ddcb446be0a44fe8010.zip
Added example content-config.js
-rw-r--r--content-config.js.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/content-config.js.example b/content-config.js.example
new file mode 100644
index 00000000..b7b454de
--- /dev/null
+++ b/content-config.js.example
@@ -0,0 +1,3 @@
+//this file is loaded along iwth content.js
+//this file sets the server to connect to, and is gitignored
+var serverAddresss = "https://sponsor.ajay.app"; \ No newline at end of file