keyserver/keyserver.conf.example
2024-11-11 04:54:24 -05:00

16 lines
632 B
Text

{
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)
};