Skip to content

Commit b91205f

Browse files
author
Guillermo Machado
committed
feat: remove env variables from config in eas.json
1 parent 58f070d commit b91205f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eas.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@
7979
},
8080
"env": {
8181
"APP_ENV": "development",
82-
"EXPO_NO_DOTENV": "1",
83-
"API_URL": "https://dummy.com",
84-
"VAR_NUMBER": "1",
85-
"VAR_BOOL": "true"
82+
"EXPO_NO_DOTENV": "1"
8683
},
8784
"prebuildCommand": "prebuild --skip-dependency-update react",
8885
"cache": {

0 commit comments

Comments
 (0)