UNPKG

@loopback/docs

Version:
28 lines (18 loc) 692 B
--- lang: en title: 'API docs: boot.booter.configure' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/boot permalink: /doc/en/lb4/apidocs.boot.booter.configure.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [Booter](./boot.booter.md) &gt; [configure](./boot.booter.configure.md) ## Booter.configure() method Configure phase of the Booter. It should set options / defaults in this phase. <b>Signature:</b> ```typescript configure?(): Promise<void>; ``` <b>Returns:</b> `Promise<void>`