REFERENCE_CONF
constREFERENCE_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.conffile (HOCON or JSON), or - passing
{ config: { ... } }toActorSystem.create.