Lines 20-116javascript
20 aws_cognito_signup_attributes: ['EMAIL'],
21 aws_cognito_password_protection_settings: {
22 passwordPolicyMinLength: 8,
23 passwordPolicyCharacters: [
30 aws_cognito_verification_mechanisms: ['EMAIL'],
32 HELP_ARTICLES_URL: 'https://elyx-dev-help-articles.s3.eu-central-1.amazonaws.com',
33 PUBLIC_EXTERNAL_INTEGRATIONS_URL: 'https://elyx-dev-public-external-integrations.s3.eu-central-1.amazonaws.com',
34 EXTERNAL_INTEGRATIONS_URL: 'https://integrations.dev.elyx.tech',
35 EXTERNAL_INTEGRATIONS_CONNECT_URL: 'https://connect.dev.elyx.tech',
36 EXTERNAL_INTEGRATIONS_LOGOS_URL: 'https://app.nango.dev/images/template-logos',
37 HTTP_CLIENT_URL: 'https://df2h57ytbvezp.cloudfront.net',
38 EDITOR_RUNTIME_IP_ADDRESS: '35.157.54.29',
39 GOOGLE_PICKER_APP_ID: '5729685821',
40 GOOGLE_PICKER_API_KEY: 'AIzaSyCifEH3gMsOsOCaHMeQbGafHKlQSPUEmEA',
43 stripe_publishable_key: 'pk_test_rYj0t30AfihMVtTZQA2HjjuT',
44 stripe_pricing_table_id: 'prctbl_1TREcAFUJjMj5cqLEALlJZfX',
45 stripe_personal_sub_mngmt_url: 'https://billing.stripe.com/p/login/test_5kQ5kDftobJmdMvczqgbm00',
46 stripe_org_sub_mngmt_url: '',
47 API_BASE_URL: 'https://api.staging.elyx.tech', // Future staging API
48 WS_URL: 'wss://ws.staging.elyx.tech',
50 aws_project_region: 'eu-central-1',
51 aws_cognito_region: 'eu-central-1',
52 aws_user_pools_id: 'eu-central-1_Hqy56jrad', // Your Staging User Pool ID
53 aws_user_pools_web_client_id: '3p75u41s5b32okj31hr2lvqcer', // Your Staging Client ID
54 aws_cognito_username_attributes: ['EMAIL'],
55 aws_cognito_signup_attributes: ['EMAIL'],
56 aws_cognito_password_protection_settings: {
57 passwordPolicyMinLength: 8,
58 passwordPolicyCharacters: [
65 aws_cognito_verification_mechanisms: ['EMAIL'],
67 HELP_ARTICLES_URL: 'https://elyx-staging-help-articles.s3.eu-central-1.amazonaws.com',
68 // External integrations for staging share the 'dev' environments resources
69 PUBLIC_EXTERNAL_INTEGRATIONS_URL: 'https://elyx-dev-public-external-integrations.s3.eu-central-1.amazonaws.com',
70 EXTERNAL_INTEGRATIONS_URL: 'https://integrations.dev.elyx.tech',
71 EXTERNAL_INTEGRATIONS_CONNECT_URL: 'https://connect.dev.elyx.tech',
72 EXTERNAL_INTEGRATIONS_LOGOS_URL: 'https://app.nango.dev/images/template-logos',
73 HTTP_CLIENT_URL: 'https://d2i41032bsu0o2.cloudfront.net',
74 EDITOR_RUNTIME_IP_ADDRESS: '63.182.186.122',
75 GOOGLE_PICKER_APP_ID: '5729685821',
76 GOOGLE_PICKER_API_KEY: 'AIzaSyCifEH3gMsOsOCaHMeQbGafHKlQSPUEmEA',
79 stripe_publishable_key: 'pk_live_HrFGNCp9YrKECgyAh5f4JMZO',
80 stripe_pricing_table_id: 'prctbl_1TRDRIFUJjMj5cqLss0ervUw',
81 stripe_personal_sub_mngmt_url: 'https://billing.stripe.com/p/login/5kQ5kDftobJmdMvczqgbm00',
82 stripe_org_sub_mngmt_url: '',
83 API_BASE_URL: 'https://api.elyx.tech',
84 WS_URL: 'wss://ws.elyx.tech',
86 aws_project_region: 'eu-central-1',
87 aws_cognito_region: 'eu-central-1',
88 aws_user_pools_id: 'eu-central-1_MzPRdm914',
89 aws_user_pools_web_client_id: '4hejvd5qnn2dhit4trd9kdcb2u',
90 aws_cognito_username_attributes: ['EMAIL'],
91 aws_cognito_signup_attributes: ['EMAIL'],
92 aws_cognito_password_protection_settings: {
93 passwordPolicyMinLength: 8,
94 passwordPolicyCharacters: [
101 aws_cognito_verification_mechanisms: ['EMAIL'],
103 HELP_ARTICLES_URL: 'https://elyx-prod-help-articles.s3.eu-central-1.amazonaws.com',
104 PUBLIC_EXTERNAL_INTEGRATIONS_URL: 'https://elyx-prod-public-external-integrations.s3.eu-central-1.amazonaws.com',
105 EXTERNAL_INTEGRATIONS_URL: 'https://integrations.elyx.tech',
106 EXTERNAL_INTEGRATIONS_CONNECT_URL: 'https://connect.elyx.tech',
107 EXTERNAL_INTEGRATIONS_LOGOS_URL: 'https://app.nango.dev/images/template-logos',
108 HTTP_CLIENT_URL: 'https://d3meuwyksvik3l.cloudfront.net',
109 EDITOR_RUNTIME_IP_ADDRESS: '3.76.93.206',
110 GOOGLE_PICKER_APP_ID: '5729685821',
111 GOOGLE_PICKER_API_KEY: 'AIzaSyCifEH3gMsOsOCaHMeQbGafHKlQSPUEmEA',
114// Fallback to dev if something goes weird
115exports.envConfig = environments[ENV] || environments.dev;