mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-06 05:47:57 +00:00
Camelize property talk_port => talkPort
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
567f072ee0
commit
f7c5115c70
3 changed files with 6 additions and 6 deletions
|
|
@ -573,7 +573,7 @@ class ConfigurationManager
|
|||
set { $this->set('apache_port', $value); }
|
||||
}
|
||||
|
||||
public string $talk_port {
|
||||
public string $talkPort {
|
||||
get => $this->GetEnvironmentalVariableOrConfig('TALK_PORT', 'talk_port', '3478');
|
||||
set { $this->set('talk_port', $value); }
|
||||
}
|
||||
|
|
@ -1059,7 +1059,7 @@ class ConfigurationManager
|
|||
'RESTORE_EXCLUDE_PREVIEWS' => $this->restoreExcludePreviews ? '1' : '',
|
||||
'APACHE_PORT' => $this->apachePort,
|
||||
'APACHE_IP_BINDING' => $this->apacheIpBinding,
|
||||
'TALK_PORT' => $this->talk_port,
|
||||
'TALK_PORT' => $this->talkPort,
|
||||
'TURN_DOMAIN' => $this->turnDomain,
|
||||
'NEXTCLOUD_MOUNT' => $this->nextcloud_mount,
|
||||
'BACKUP_RESTORE_PASSWORD' => $this->borgRestorePassword,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue