Skip to content

Commit

Permalink
data: settings - Add cdb_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Sep 18, 2024
1 parent 470a08a commit 4e952c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ bzlib
CACERTDIR
CANTCREAT
CApath
cdb
certbot
changetype
chasquid
Expand Down Expand Up @@ -730,7 +731,6 @@ staticbuf
staticdb
Stax
STln
stoarge
stopword
storageid
strarray
Expand Down
7 changes: 7 additions & 0 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4568,6 +4568,13 @@ The base directory in which Dovecot should store runtime data.
This can be used to override the base directory determined at compile time.`
},

cdb_path: {
tags: [ 'dict', 'dict-cdb' ],
values: setting_types.STRING,
text: `
Path to the CDB database file.`
},

debug_log_path: {
default: '[[setting,info_log_path]]',
values: setting_types.STRING,
Expand Down

0 comments on commit 4e952c9

Please sign in to comment.