Aller au contenu
Français

REFERENCE_CONF

Ce contenu n’est pas encore disponible dans votre langue.

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.