You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was rooting around in the updater v2 files on apps.ohmage I noticed that there was a link to updater.mobilizingcs.org as a parameter in views.py. I'm not sure if this could cause app malfunctions at some point, but it may be helpful to change them to point to the correct location. I grepped the directories for that string (I'm not sure if the partial string, or IP address is used elsewhere, grepping for those things returned no results):
When I was rooting around in the updater v2 files on apps.ohmage I noticed that there was a link to updater.mobilizingcs.org as a parameter in views.py. I'm not sure if this could cause app malfunctions at some point, but it may be helpful to change them to point to the correct location. I grepped the directories for that string (I'm not sure if the partial string, or IP address is used elsewhere, grepping for those things returned no results):
Will,
When I was rooting around in the updater v2 files on apps.ohmage I noticed that there was a link to updater.mobilizingcs.org as a parameter in views.py. I'm not sure if this could cause app malfunctions at some point, but it may be helpful to change them to point to the correct location. I grepped the directories for that string (I'm not sure if the partial string, or IP address is used elsewhere, grepping for those things returned no results):
[root@apps ~]# grep -Hr "updater.mobilizingcs.org" /opt/updater
/opt/updater/uproject/uapp/views.py:main_page = 'http://updater.mobilizingcs.org:8080/updater/'
Binary file /opt/updater/uproject/uapp/views.pyc matches
/opt/updater/uproject/media/updater/app/view/Viewer.js: var loginURL = "http://updater.mobilizingcs.org/uproject/uapp/login/";
/opt/updater/uproject/media/updater/app/view/Viewer.js: var checkLoggedInURL = "http://updater.mobilizingcs.org/uproject/uapp/listAppNames/";
The text was updated successfully, but these errors were encountered: