Configure the Environment#

Colectica Repository can be deploying in multiple environments: Development, Staging, or Production. To control which environment is active, set the AspNetCore_Environment environment variable to the desired environment.

Development#

In the Development environment, CSS and Javascript resources are not minimized.

Staging#

In the Staging environment, CSS and Javascript resource are minimized.

Production#

In the Production environment, CSS and Javascript resource are minimized.