@loopback/docs
Version:
Documentation for LoopBack 4
27 lines (17 loc) • 613 B
Markdown
lang: en
title: 'API docs: boot.booter.configure'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.boot.booter.configure.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [Booter](./boot.booter.md) > [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>`