Skip to content

Commit 7f92db6

Browse files
new config added
1 parent 1610266 commit 7f92db6

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"project_info": {
3+
"project_number": "686921706810",
4+
"project_id": "thecollectiveapp-1dbc9",
5+
"storage_bucket": "thecollectiveapp-1dbc9.appspot.com"
6+
},
7+
"client": [
8+
{
9+
"client_info": {
10+
"mobilesdk_app_id": "1:686921706810:android:759989ce574808dacab403",
11+
"android_client_info": {
12+
"package_name": "com.thecollective.collective"
13+
}
14+
},
15+
"oauth_client": [],
16+
"api_key": [
17+
{
18+
"current_key": "AIzaSyA7Rv3gN-Tq3vJECbGVSiV_Rp49N6jPBD4"
19+
}
20+
],
21+
"services": {
22+
"appinvite_service": {
23+
"other_platform_oauth_client": []
24+
}
25+
}
26+
}
27+
],
28+
"configuration_version": "1"
29+
}

src/config/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ const config = {
5050
// // ================ growthAXL Environment variables =====================
5151
// API_URL: 'https://growthaxlllc-api.mirrorfly.com/api/v1',
5252
// licenseKey: 'o3mN05oAgepcbO0noe3T058WC8jkKN',
53+
// ================ growthAXL Prod Environment variables =====================
54+
// API_URL: 'https://growthaxlprod-api.mirrorfly.com/api/v1',
55+
// licenseKey: 'WYXL9kugIbfnKQrvzA4qHOVnpbxmD8',
5356
};
5457

5558
export default config;

0 commit comments

Comments
 (0)