Files
wyczarujprezent.pl/modules/ps_accounts/config/config.yml.dist
2024-10-28 22:14:22 +01:00

27 lines
1.5 KiB
Plaintext

imports:
- { resource: common.yml }
parameters:
# In case you need to override with environment variables, you can follow this example :
# env(PS_ACCOUNTS_SENTRY_CREDENTIALS): 'https://4c7f6c8dd5aa405b8401a35f5cf26ada@o298402.ingest.sentry.io/5354585'
# sentry.credentials: '%env(string:PS_ACCOUNTS_SENTRY_CREDENTIALS)%'
#
# In order to manage multiple config files you can use PS_ACCOUNTS_ENV=[myenv] environment variable
# to load a specific services_[myenv].yml
ps_accounts.accounts_api_url: 'https://accounts-api.prestashop.localhost/v1/'
ps_accounts.accounts_ui_url: 'https://accounts.prestashop.localhost'
ps_accounts.sso_api_url: 'https://prestashop-newsso-staging.appspot.com/api/v1/'
ps_accounts.sso_account_url: 'https://prestashop-newsso-staging.appspot.com/login'
ps_accounts.sso_resend_verification_email_url: 'https://prestashop-newsso-staging.appspot.com/account/send-verification-email'
ps_accounts.billing_api_url: 'https://billing-api.psessentials-integration.net'
ps_accounts.sentry_credentials: 'https://4c7f6c8dd5aa405b8401a35f5cf26ada@o298402.ingest.sentry.io/5354585'
ps_accounts.segment_api_key: 'yO1sKx3Xe9upW4bRDoRXEB0TZEXQm2y3'
ps_accounts.check_api_ssl_cert: false
ps_accounts.verify_account_tokens: false
ps_accounts.accounts_vue_cdn_url: 'https://unpkg.com/prestashop_accounts_vue_components@2/dist/psaccountsVue.umd.min.js'
ps_accounts.environment: 'development'
# a page to display "Update Your Module" message
ps_accounts.svc_accounts_ui_url: 'https://accounts.psessentials-integration.net'