Remove remaining references of unused urlpath config key

This commit is contained in:
Hypolite Petovan 2025-03-29 15:45:59 -04:00
parent cf56aa3a64
commit fb8cc06ce2
8 changed files with 17 additions and 24 deletions

View file

@ -126,6 +126,11 @@ return [
// Display "Emoji Only" posts in big.
'big_emojis' => true,
// basepath (String)
// Absolute file path to your Friendica install
// Examples: /var/www, /home/user/friendica...
'basepath' => '',
// bulk_delivery (Boolean)
// Delivers AP messages in a bulk (experimental)
'bulk_delivery' => false,
@ -576,6 +581,12 @@ return [
// Transmit pending events upon accepted contact request for groups
'transmit_pending_events' => false,
// url (String)
// The absolute URL used to access your Friendica node. It should include the scheme, the domain name, and the
// sub-folder if any. Used by command-line processes to send correct links to your Friendica server.
// Example: https://example.com/friendica
'url' => '',
// username_min_length (Integer)
// The minimum character length a username can be.
// This length is checked once the username has been trimmed and multiple spaces have been collapsed into one.