Skip to content

Commit

Permalink
Ajustes config esqueci minha senha
Browse files Browse the repository at this point in the history
  • Loading branch information
Faehzin committed Dec 19, 2024
1 parent 72dd7d8 commit 5e08932
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXPO_PUBLIC_API_URL=http://192.168.1.10
EXPO_PUBLIC_API_URL=http://192.168.5.249
EXPO_PUBLIC_API_USUARIO_PORT=3001
EXPO_PUBLIC_API_FORUM_PORT=3002
EXPO_PUBLIC_API_SAUDE_PORT=3003
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXPO_PUBLIC_API_URL=http://18.231.115.8
EXPO_PUBLIC_API_URL=http://3.139.83.98
EXPO_PUBLIC_API_USUARIO_PORT=80
EXPO_PUBLIC_API_FORUM_PORT=80
EXPO_PUBLIC_API_SAUDE_PORT=80
Expand Down
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"production": {
"android": {
"buildType": "app-bundle"
"buildType": "apk"
}
}
},
Expand Down
31 changes: 23 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@shopify/flash-list": "1.6.4",
"@testing-library/jest-native": "^5.4.3",
"axios": "^1.5.1",
"axios": "^1.7.9",
"date-fns": "^2.30.0",
"expo": "^51.0.39",
"expo-build-properties": "~0.12.5",
Expand All @@ -48,6 +48,7 @@
"react-native": "0.74.5",
"react-native-calendar-strip": "^2.2.6",
"react-native-calendars": "^1.1302.0",
"react-native-dotenv": "^3.4.11",
"react-native-draggable-gridview": "^1.0.3",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-gesture-handler": "~2.16.1",
Expand Down

0 comments on commit 5e08932

Please sign in to comment.