SubOrg_Landing_Pages

Oregon specific config

10/13/2016 4:48:53 PM

Changes

Details

diff --git a/client/src/config.js b/client/src/config.js
index 67d2f5e..02d4f63 100644
--- a/client/src/config.js
+++ b/client/src/config.js
@@ -1,6 +1,12 @@
 // development
+// const serverConfig = {
+//     baseUrl: 'http://localhost:4370/API',
+//     queryParam: 'agencyName'
+// };
+
+// production
 const serverConfig = {
-    baseUrl: 'http://localhost:4370/API',
+    baseUrl: 'http://159.121.100.104/AGOL/suborg_config/SubOrg/Agencies/API',
     queryParam: 'agencyName'
 };