Stores configuration settings and associated resources for a single build profile. Each server (as well as each development workstation) running UniPay application will have its own profile.
The name of the directory must be comprised of 2 parts separated with a dash (-):
- [name] - name of this specific deployment configuration
- [type] - type of the deployment configuration
Possible types are:
- prod - production server
- test - staging server or QA server
- dev - developer' workstation or development server