keyserver/keyserver.conf.example

17 lines
632 B
Text
Raw Normal View History

2024-11-11 01:54:24 -08:00
{
hypnotoad => {
listen => [
'http://127.0.0.55:8080'
],
workers => 6
},
pguser => 'jjakkekeyserver',
pgpass => 'password',
pghost => 'localhost:5432',
pgdb => 'jjakkekeyserverdb',
servermessage => '', # Message banner for http access (blank for no message banner)
pksadd => 1, # 1/0 for allowing/disallowing public key upload (eg with `gpg --send-keys`)
secret_add_ok => 1, # 1/0 for allowing/disallowing public key upload (secretly)
secret_add => '/secret/add', # route for frens and family (keep it loaded; NOT '' or '/' as these will collide)
};