lnd: update sample-lnd.conf

This commit is contained in:
Andras Banki-Horvath 2023-12-06 19:50:24 +01:00
parent ce1b57da2d
commit 42508d44e5
No known key found for this signature in database
GPG key ID: 80E5375C094198D8

View file

@ -1306,6 +1306,11 @@
; the future.
; db.no-rev-log-amt-data=false
; If set to true, native SQL will be used instead of KV emulation for tables
; that support it already. Note: this is an experimental feature, use at your
; own risk.
; db.use-native-sql=false
[etcd]
@ -1401,6 +1406,9 @@
; Example:
; db.postgres.maxconnections=
; Whether to skip executing schema migrations.
; db.postgres.skipmigrations=false
[sqlite]
@ -1425,6 +1433,8 @@
; db.sqlite.pragmaoptions=auto_vacuum=incremental
; db.sqlite.pragmaoptions=temp_store=MEMORY
; Whether to skip executing schema migrations.
; db.sqlite.skipmigrations=false
[bolt]