61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.28.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE_URL": "http://192.168.1.111:8000"
|
|
},
|
|
"android": {
|
|
"env": {
|
|
"EAS_BUILD_DISABLE_MAVEN_CACHE": "1"
|
|
}
|
|
},
|
|
"ios": {
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE_URL": "http://192.168.1.111:8000"
|
|
}
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE_URL": "https://football.ambigrat.com/"
|
|
},
|
|
"android": {
|
|
"env": {
|
|
"EAS_BUILD_DISABLE_MAVEN_CACHE": "1"
|
|
}
|
|
},
|
|
"ios": {
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE_URL": "https://football.ambigrat.com/"
|
|
}
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE_URL": "https://football.ambigrat.com/"
|
|
},
|
|
"android": {
|
|
"env": {
|
|
"EAS_BUILD_DISABLE_MAVEN_CACHE": "1"
|
|
}
|
|
},
|
|
"ios": {
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE_URL": "https://football.ambigrat.com/"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|