Pular para o conteúdo
Português (BR)

REFERENCE_CONF

Este conteúdo não está disponível em sua língua ainda.

const REFERENCE_CONF: string

Defined in: src/config/reference.ts:10

Bundled default configuration — the reference.conf values every feature module expects to see. Shipped as a HOCON string constant so there is no asset-copying step during bun run build.

Users override these values by:

  • writing an application.conf file (HOCON or JSON), or
  • passing { config: { ... } } to ActorSystem.create.