34 lines
807 B
JSON
34 lines
807 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 13.0.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"env": { "API_BASE_URL": "http://localhost:4000" }
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"channel": "preview",
|
|
"env": { "API_BASE_URL": "https://api.example.com" }
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"channel": "production",
|
|
"env": { "API_BASE_URL": "https://api.example.com" }
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"_kommentar": "Fylls i när butikskonto + namn finns: ascAppId, appleTeamId."
|
|
},
|
|
"android": {
|
|
"_kommentar": "Fylls i när Play-konto finns: serviceAccountKeyPath, track."
|
|
}
|
|
}
|
|
}
|
|
}
|