Update generated documentation authored by Bartek Wrona's avatar Bartek Wrona
[@hiveio/beekeeper v1.27.6-rc1-stable.240626220315](../globals) / IBeekeeperOptions
# Interface: IBeekeeperOptions
## Properties
### enableLogs
> **enableLogs**: `boolean`
Whether logs can be written. By default logs are enabled
#### Default
```ts
true
```
#### Source
[src/interfaces.ts:61](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/838166b567c1d62715351c14be1f8e327570995c/programs/beekeeper/beekeeper_wasm/src/interfaces.ts#L61)
***
### storageRoot
> **storageRoot**: `string`
The path of the wallet files (absolute path or relative to application data dir). Parent of the `.beekeeper` directory
Defaults to "/storage_root" for web and "." for web
#### Source
[src/interfaces.ts:54](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/838166b567c1d62715351c14be1f8e327570995c/programs/beekeeper/beekeeper_wasm/src/interfaces.ts#L54)
***
### unlockTimeout
> **unlockTimeout**: `number`
Timeout for unlocked wallet in seconds (default 900 - 15 minutes).
Wallets will automatically lock after specified number of seconds of inactivity.
Activity is defined as any wallet command e.g. list-wallets
#### Default
```ts
900
```
#### Source
[src/interfaces.ts:71](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/838166b567c1d62715351c14be1f8e327570995c/programs/beekeeper/beekeeper_wasm/src/interfaces.ts#L71)