Configuration !!!!!!!!!!!!! This section details AnyVar configuration. It is broken down into the following subsections: * :doc:`Object Storage `: define database connection, alter table names, and set parameters for bulk processing * :doc:`Snowflake Storage `: configure AnyVar to use Snowflake as the object storage backend * :doc:`Asynchronous Processing `: set parameters for Celery-based queued task processing * :doc:`Authentication `: configure bearer token authentication for REST API endpoints * :doc:`Logging `: configure application logging * :doc:`Service-Info `: declare values related to application identity for the :ref:`service-info API endpoint ` * :doc:`Example .env file `: use a ``.env`` file to declare environment variables when running REST API service * :doc:`Docker Compose `: edit the provided Docker Compose file to tailor it to your needs .. toctree:: :maxdepth: 2 :hidden: Storage Snowflake Storage Asynchronous Processing Authentication Logging Service-Info Example .env file Docker Compose