Overview

The Enterprise Stack requires a specific set of configuration files to operate. These files allow you to enable or disable features, configure authentication settings, set token expiration times, specify the endpoints that will be exposed and more.

Below you can find a list of config files required to run the stack.

Config Files

  • Features - control which Enterprise API features are enabled.
  • Auth - controls settings for user authentication and tokens.
  • Database - configurations for the database used.
  • Enterprise - enterprise service conf.
  • License - license activation seed, license server URL, and encryption key.
  • Super Admin Registration - configurations for admin tokens and auth data.
  • Web - host and port settings.
  • Resource Access - configurations for resource access control.
  • Pagination - default and maximum bounds for list endpoint pagination.
  • Session Data Ejection - MongoDB TTL ejection of issuer/verifier session PII.
  • Transaction Data Profiles - configurations for transaction data types.
  • Rate Limit - request rate limits and Redis-backed failure backoff for Issuer2 and Verifier2 services, and the superadmin bootstrap endpoint.
Last updated on September 3, 2026