mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #38 from Gott/patch-1
Update admin_manual/custom_mount_config.rst
This commit is contained in:
commit
f747bf3fd9
@ -98,7 +98,7 @@ Example
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
array( 'class'=>'OC_Filestorage_FTP,
|
||||
array( 'class'=>'OC_Filestorage_FTP',
|
||||
'options'=>array (
|
||||
'host'=>'ftp.myhost.com',
|
||||
'user'=>'johndoe',
|
||||
@ -129,7 +129,7 @@ Example
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
array( 'class'=>'OC_Filestorage_DAV,
|
||||
array( 'class'=>'OC_Filestorage_DAV',
|
||||
'options'=>array(
|
||||
'host'=>'myhost.com/webdav.php',
|
||||
'user'=>'johndoe',
|
||||
@ -159,7 +159,7 @@ Example
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
array( 'class'=>'OC_Filestorage_SWIFT,
|
||||
array( 'class'=>'OC_Filestorage_SWIFT',
|
||||
'options'=>array(
|
||||
'host'=>'swift.myhost.com/auth',
|
||||
'user'=>'johndoe',
|
||||
@ -190,7 +190,7 @@ Example
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
array( 'class'=>'OC_Filestorage_SMB,
|
||||
array( 'class'=>'OC_Filestorage_SMB',
|
||||
'options'=>array (
|
||||
'host'=>'myhost.com',
|
||||
'user'=>'johndoe',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user