X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d35b1ac3db3a090f5c5c83765bbc2f37dd540a37;hp=6f7b2d6d89ae60104e4306d25cb03ff66a37e9ae;hb=6e606e4f3c8a27df62bb2f229a09fccca7bd4d6b;hpb=6dd9433a5401f1b21fa38e9372ed2aab2a5d26c2 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6f7b2d6d8..d35b1ac3d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1178,6 +1178,13 @@ httemplate/docs/config.html }, { + 'key' => 'dump-pgpid', + 'section' => '', + 'description' => "Optional PGP public key user or key id for database dumps. The public key should exist on the freeside user's public keyring, and the gpg binary and GnuPG perl module should be installed.", + 'type' => 'text', + }, + + { 'key' => 'users-allow_comp', 'section' => '', 'description' => 'Usernames (Freeside users, created with freeside-adduser) which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.',