hostas2/etc/definitions.php

15 lines
384 B
PHP
Raw Permalink Normal View History

2024-09-01 18:54:41 +00:00
<?php
define('HOSTAS_ACCESS_LEVEL', (object) array(
'default' => 0, // Can view, cannot respond
'trusted' => 1, // Can view, can respond
'blocked' => 2, // Cannot view or respond
));
define('HOSTAS_CONTEXT', 'https://www.w3.org/ns/activitystreams');
define('HOSTAS_PUBKEY_PATH', '/etc/hostas/keys/public.pem');
define('HOSTAS_PRIVKEY_PATH', '/etc/hostas/keys/public.pem');