keyserver/keyserver.conf.example

18 lines
776 B
Text

{
hypnotoad => {
listen => [
'http://127.0.0.55:8080' # .55 not .1
],
pid_file => '/var/run/jjakkekeyserver.pid',
workers => 6
},
pguser => 'jjakkekeyserver',
pgpass => 'password',
pghost => 'localhost:5432',
pgdb => 'jjakkekeyserverdb',
serverh1header => 'Welcome to jjakke\'s keyserver!',
servermessage => '', # Message banner (like an alert or something) 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)
};