> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Profiles

We provide a number of yaml property files that can be optionally activated as Spring profiles to modify the behavior of Atoti Market Risk. These files all follow the naming pattern `application-<profile>.yaml` to conform with Spring requirements.

Each profile sets specific properties to make Atoti Market Risk work for a particular use case, for example different modes of distribution, different methods of data loading, or running with DirectQuery.

Specify different profiles by modifying the `spring.profiles.active` property in [**application.yaml**](./property-files/application-yaml) or by overriding this property at runtime.

This section describes the format and values of the profiles provided in Atoti Market Risk.

* [application-databricks.yaml](./profiles/application-databricks-yaml)
* [application-dist-data-node.yaml](./profiles/application-dist-data-node-yaml)
* [application-dist-query-node.yaml](./profiles/application-dist-query-node-yaml)
* [application-dlc-azure-csv.yaml](./profiles/application-dlc-azure-csv-yaml)
* [application-dlc-local-csv.yaml](./profiles/application-dlc-local-csv-yaml)
* [application-forceNetty.yaml](./profiles/application-forcenetty-yaml)
* [application-mssql.yaml](./profiles/application-mssql-yaml)
* [application-snowflake.yaml](./profiles/application-snowflake-yaml)
