From 9218aed94efaa86491186ddcb446be0a44fe8010 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 9 Jul 2019 22:58:07 -0400 Subject: [PATCH] Added example content-config.js --- content-config.js.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 content-config.js.example 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