mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 13:06:53 +00:00
Make AIO_URL an attribute
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
8f02821866
commit
68c508f281
3 changed files with 8 additions and 12 deletions
|
|
@ -562,7 +562,7 @@ readonly class DockerActionManager {
|
|||
'AIO_TOKEN' => $this->configurationManager->AIO_TOKEN,
|
||||
'BORGBACKUP_REMOTE_REPO' => $this->configurationManager->GetBorgRemoteRepo(),
|
||||
'BORGBACKUP_MODE' => $this->configurationManager->GetBackupMode(),
|
||||
'AIO_URL' => $this->configurationManager->GetAIOURL(),
|
||||
'AIO_URL' => $this->configurationManager->AIO_URL,
|
||||
'SELECTED_RESTORE_TIME' => $this->configurationManager->GetSelectedRestoreTime(),
|
||||
'RESTORE_EXCLUDE_PREVIEWS' => $this->configurationManager->GetRestoreExcludePreviews(),
|
||||
'APACHE_PORT' => $this->configurationManager->GetApachePort(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue