Skip to content

Commit c68d06a

Browse files
author
Leonardo Espinosa Torres
authored
Merge pull request #74 from RealbindDevTeam/testing
Testing
2 parents eb37d75 + 1e16c6b commit c68d06a

File tree

985 files changed

+29384
-26162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

985 files changed

+29384
-26162
lines changed

README.md

100644100755
File mode changed.

i4t_mobile/.editorconfig

100644100755
File mode changed.

i4t_mobile/.gitignore

100644100755
File mode changed.

i4t_mobile/config.xml

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@
9393
<variable name="API_KEY_FOR_ANDROID" value="AIzaSyDUBo00GYeMdippV_w7-vQcz5dFLwmNUvg" />
9494
<variable name="API_KEY_FOR_IOS" value="AIzaSyA6dAn1EKKLsL6LcJ8cdGD6BOThZEO4H3Q" />
9595
</plugin>
96+
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
97+
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
9698
</widget>

i4t_mobile/ionic.config.json

100644100755
File mode changed.

i4t_mobile/meteor-client.js

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__meteor_runtime_config__ = {
22
"meteorEnv": {},
3-
"DDP_DEFAULT_CONNECTION_URL": "http://10.11.14.199:3000/",
4-
"ROOT_URL": "http://10.11.14.199:3000/"
3+
"DDP_DEFAULT_CONNECTION_URL": "http://192.168.0.3:3000/",
4+
"ROOT_URL": "http://192.168.0.3:3000/"
55
};
66

77
//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)