diff options
Diffstat (limited to 'config.js')
-rw-r--r-- | config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.js b/config.js new file mode 100644 index 00000000..005793a7 --- /dev/null +++ b/config.js @@ -0,0 +1,3 @@ +//this file is loaded along iwth content.js +//this file sets the server to connect to, and is gitignored +var serverAddress = "http://localhost";
\ No newline at end of file |