Logo

Environments

Staging and production environment details.

Bluecom operates two isolated environments. Credentials and data do not cross between them.

EnvironmentHostnamePurpose
Staging<TBD: staging>Integration development, smoke tests, joint sign-off
Production<TBD: production>Live end-user traffic

Credentials

Each environment has its own partnerCode / partnerSecret. The staging secret is issued during onboarding step 2; the production secret is issued at sign-off (onboarding step 5).

Switching

Use the same code path in both environments and switch via an environment variable:

BLUECOM_SHOP_HOST=https://<staging-host>
BLUECOM_PARTNER_SECRET=<staging secret>

Do not hard-code hostnames or secrets in client bundles. See Authentication › Security rules.

On this page