38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.0.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"production": {
|
|
"distribution": "store",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|