From a69d425c0e5c004145ac1ab70e2f7f9fc329b54c Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 3 Oct 2014 15:07:08 +0100 Subject: update Android to Cordova 3.6 Required due to security issue Remove Android directory as no longer required, move src -> www to match standard layout, update .gitignore to avoid including the standard platform files, update README based on Steve's zurich one --- www/js/config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/js/config.js (limited to 'www/js/config.js') diff --git a/www/js/config.js b/www/js/config.js new file mode 100644 index 0000000..a34cd4b --- /dev/null +++ b/www/js/config.js @@ -0,0 +1,11 @@ +var CONFIG = { + DEBUG: 0, + TESTING: 0, + LANGUAGE: 'en', + APP_NAME: 'FixMyStreet', + FMS_URL: 'https://www.fixmystreet.com/', + NAMESPACE: 'fixmystreet', + FILES_DIR: 'fixmystreet_photos', + ACCURACY: 750, + isUK: 1 +}; -- cgit v1.2.3