Skip to content

📦 Environments

SPAR platform is deployed in multiple environments, each serving a specific purpose in the development and deployment lifecycle.

Feature (feature)

The feature environment is a standalone environment that is used for development and testing of new features. It is typically used by developers and the QA team to test new features before they are merged into the main codebase.

The feature environment is automatically destroyed after the feature is completed.

EndpointDescription
https://frontend-spar-pr-{FEATURE-ID}.core-suite.techFrontend
https://strapi-spar-pr-{FEATURE-ID}.core-suite.techStrapi
https://admin-spar-pr-{FEATURE-ID}.core-suite.techAdmin
https://api-spar-pr-{FEATURE-ID}.core-suite.techAPI endpoint
https://docs-spar-pr-{FEATURE-ID}.core-suite.techDocumentation

Replace {FEATURE-ID} with the ID of the feature branch.

Acceptance (ACC)

The acceptance environment is a shared environment that is used for testing. It is typically used by the QA team and developers to test features in an isolated environment.

EndpointDescription
https://frontend-spar-acc.core-suite.techFrontend
https://strapi-spar-acc.core-suite.techStrapi
https://admin-spar-acc.core-suite.techAdmin
https://api-spar-acc.core-suite.techAPI endpoint
https://docs-spar-acc.core-suite.techDocumentation

Production (PROD)

Not available yet.