# Use Lnd in CI
## Metadata
**Status**:: #x
**Zettel**:: #zettel/fleeting
**Created**:: [[2024-06-14]]
## Synopsis
```ini
[Application Options]
listen=0.0.0.0:9735
rpclisten=localhost:10009
restlisten=localhost:8080
; Do not use macaroons
no-macaroons=true
; Disable TLS in the REST RPC
no-rest-tls=true
; Auto create and load the wallet without password
noseedbackup=true
```
```shell
lncli -n regtest \
--lnddir=$(pwd)/lnd-bob \
--rpcserver localhost:11009 \
--no-macaroons \
getinfo
```