-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.local.php
48 lines (44 loc) · 2.61 KB
/
config.local.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <[email protected]>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
return [
'ps_accounts.environment' => 'development',
'ps_accounts.accounts_api_url' => 'https://accounts-api.prestashop.local/',
'ps_accounts.accounts_ui_url' => 'https://accounts.prestashop.local',
'ps_accounts.sso_api_url' => 'https://auth.prestashop.local/api/',
'ps_accounts.sso_account_url' => 'https://auth.prestashop.local/login',
'ps_accounts.sso_resend_verification_email_url' => 'https://auth.prestashop.local/account/send-verification-email',
'ps_accounts.billing_api_url' => 'https://billing-api.psessentials-integration.net',
'ps_accounts.indirect_channel_api_url' => 'https://indirect-channel-api-integration.prestashop.net',
'ps_accounts.sentry_credentials' => 'https://[email protected]/5354585',
'#ps_accounts.segment_write_key' => 'UITzSdsFTgYsXaiJG09hsCiupUPwgJQB',
'ps_accounts.segment_write_key' => 'eYODaH20rT1lMRTTUtAa15BKBlV1XUXQ',
'ps_accounts.check_api_ssl_cert' => false,
'ps_accounts.verify_account_tokens' => false,
'ps_accounts.accounts_vue_cdn_url' => 'http://prestashop8.docker.localhost/upload/psaccountsVue.umd.min.js',
//ps_accounts.accounts_cdn_url' => 'http://prestashop8.docker.localhost/upload/psaccountsVue.js'
//ps_accounts.accounts_cdn_url' => 'https://unpkg.com/[email protected]/dist/psaccountsVue.js'
'ps_accounts.accounts_cdn_url' => 'http://localhost:5174/dist/psaccountsVue.js',
// a page to display "Update Your Module" message
'ps_accounts.svc_accounts_ui_url' => 'https://accounts.prestashop.local/',
// OAuth2 setup
'ps_accounts.oauth2_url' => 'https://oauth.prestashop.local',
'ps_accounts.testimonials_url' => 'https://assets.prestashop3.com/dst/accounts/assets/testimonials.json',
'ps_accounts.log_level' => 'DEBUG',
];