Skip to content

Commit

Permalink
Pagina Evento
Browse files Browse the repository at this point in the history
  • Loading branch information
jvopBR committed Dec 6, 2024
1 parent 8dcee6f commit 9cb28e7
Show file tree
Hide file tree
Showing 7 changed files with 506 additions and 113 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.1.19
EXPO_PUBLIC_API_USUARIO_PORT=3001
EXPO_PUBLIC_API_FORUM_PORT=3002
EXPO_PUBLIC_API_SAUDE_PORT=3003
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"origin": false
},
"eas": {
"projectId": "7b777975-c65a-4ae3-ab23-93691fd81c12"
"projectId": "e30305f3-1909-4fb7-ad3d-41cd29eb1963"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/7028a81c-adee-41de-91a7-b7e80535a448"
"url": "https://u.expo.dev/e30305f3-1909-4fb7-ad3d-41cd29eb1963"
}
}
}
9 changes: 6 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@
"android": {
"buildType": "apk",
"developmentClient": true
}
},
"channel": "development"
},
"preview": {
"android": {
"buildType": "apk"
}
},
"channel": "preview"
},
"production": {
"android": {
"buildType": "app-bundle"
}
},
"channel": "production"
}
},
"submit": {
Expand Down
Loading

0 comments on commit 9cb28e7

Please sign in to comment.