Files

89 lines
2.7 KiB
JSON

{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EXPO_PUBLIC_DISTRIBUTION_STORE": "disabled"
}
},
"preview": {
"distribution": "internal",
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_BASE_URL": "https://dev-chat.han0107.ru",
"EXPO_PUBLIC_AUTH_BASE_URL": "https://dev-chat.han0107.ru/auth",
"EXPO_PUBLIC_KEYCLOAK_REALM": "han-chat",
"EXPO_PUBLIC_KEYCLOAK_CLIENT_ID": "han-chat-frontend",
"EXPO_PUBLIC_APP_ENV": "production-like",
"EXPO_PUBLIC_DISTRIBUTION_STORE": "disabled"
}
},
"preview-rustore": {
"distribution": "internal",
"android": {
"buildType": "apk",
"autoIncrement": false
},
"env": {
"EXPO_PUBLIC_API_BASE_URL": "https://dev-chat.han0107.ru",
"EXPO_PUBLIC_AUTH_BASE_URL": "https://dev-chat.han0107.ru/auth",
"EXPO_PUBLIC_KEYCLOAK_REALM": "han-chat",
"EXPO_PUBLIC_KEYCLOAK_CLIENT_ID": "han-chat-frontend",
"EXPO_PUBLIC_APP_ENV": "production-like",
"EXPO_PUBLIC_DISTRIBUTION_STORE": "rustore"
}
},
"google-play": {
"distribution": "store",
"android": {
"autoIncrement": true
},
"env": {
"EXPO_PUBLIC_API_BASE_URL": "https://chat.han0107.ru",
"EXPO_PUBLIC_AUTH_BASE_URL": "https://chat.han0107.ru/auth",
"EXPO_PUBLIC_KEYCLOAK_REALM": "han-chat",
"EXPO_PUBLIC_KEYCLOAK_CLIENT_ID": "han-chat-frontend",
"EXPO_PUBLIC_APP_ENV": "production",
"EXPO_PUBLIC_DISTRIBUTION_STORE": "google_play"
}
},
"rustore": {
"distribution": "store",
"android": {
"buildType": "app-bundle",
"autoIncrement": true
},
"env": {
"EXPO_PUBLIC_API_BASE_URL": "https://chat.han0107.ru",
"EXPO_PUBLIC_AUTH_BASE_URL": "https://chat.han0107.ru/auth",
"EXPO_PUBLIC_KEYCLOAK_REALM": "han-chat",
"EXPO_PUBLIC_KEYCLOAK_CLIENT_ID": "han-chat-frontend",
"EXPO_PUBLIC_APP_ENV": "production",
"EXPO_PUBLIC_DISTRIBUTION_STORE": "rustore"
}
},
"app-store": {
"distribution": "store",
"ios": {
"autoIncrement": true
},
"env": {
"EXPO_PUBLIC_API_BASE_URL": "https://chat.han0107.ru",
"EXPO_PUBLIC_AUTH_BASE_URL": "https://chat.han0107.ru/auth",
"EXPO_PUBLIC_KEYCLOAK_REALM": "han-chat",
"EXPO_PUBLIC_KEYCLOAK_CLIENT_ID": "han-chat-frontend",
"EXPO_PUBLIC_APP_ENV": "production",
"EXPO_PUBLIC_DISTRIBUTION_STORE": "app_store"
}
}
}
}