From da364b49f01f4af913319f83d4adeef8a9312132 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 4 Feb 2020 00:16:46 -0500 Subject: [PATCH] Removed old config example --- config.js.example | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config.js.example diff --git a/config.js.example b/config.js.example deleted file mode 100644 index 4bab5967..00000000 --- a/config.js.example +++ /dev/null @@ -1,3 +0,0 @@ -//this file is loaded along iwth content.js -//this file sets the server to connect to, and is gitignored -var serverAddress = "https://api.sponsor.ajay.app";