mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-05 13:27:57 +00:00
Camelize property nextcloud_mount => nextcloudMount
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
f7c5115c70
commit
f35a0b4367
4 changed files with 6 additions and 6 deletions
|
|
@ -626,7 +626,7 @@ class ConfigurationManager
|
|||
return trim((string)file_get_contents(DataConst::GetBackupPublicKey()));
|
||||
}
|
||||
|
||||
public string $nextcloud_mount {
|
||||
public string $nextcloudMount {
|
||||
get => $this->GetEnvironmentalVariableOrConfig('NEXTCLOUD_MOUNT', 'nextcloud_mount', '');
|
||||
set { $this->set('nextcloud_mount', $value); }
|
||||
}
|
||||
|
|
@ -1061,7 +1061,7 @@ class ConfigurationManager
|
|||
'APACHE_IP_BINDING' => $this->apacheIpBinding,
|
||||
'TALK_PORT' => $this->talkPort,
|
||||
'TURN_DOMAIN' => $this->turnDomain,
|
||||
'NEXTCLOUD_MOUNT' => $this->nextcloud_mount,
|
||||
'NEXTCLOUD_MOUNT' => $this->nextcloudMount,
|
||||
'BACKUP_RESTORE_PASSWORD' => $this->borgRestorePassword,
|
||||
'CLAMAV_ENABLED' => $this->isClamavEnabled ? 'yes' : '',
|
||||
'TALK_RECORDING_ENABLED' => $this->isTalkRecordingEnabled ? 'yes' : '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue