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