OpenProviderライブラリ

This commit is contained in:
2026-04-24 23:28:20 +09:00
parent 7492790a9c
commit f0f75124ee
7 changed files with 438 additions and 9 deletions

View File

@@ -21,6 +21,12 @@ define('FEDIINFO', [
'pubkey' => ROOT.'/public/static/pub.pem',
'privkey' => ROOT.'/data/priv.pem',
]);
define('OPENPROVIDER', [
'username' => '',
'password' => '',
'ip' => '0.0.0.0',
'owner_handle' => 'HK912631-JP',
]);
define('MAILER_ENABLED', false);
define('LOGGING_ENABLED', true);