You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/config.sample.php
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2370,8 +2370,7 @@
2370
2370
2371
2371
/**
2372
2372
* Allow creation of external storages of type "Local" via the web interface and
2373
-
* APIs. When disabled, local storages can still be created using the occ command::
2374
-
* occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
2373
+
* APIs. When disabled, local storages can still be created using the occ command ``occ files_external:create /mountpoint local null::null -c datadir=/path/to/data``.
2375
2374
*
2376
2375
* Defaults to ``true``
2377
2376
*/
@@ -2530,8 +2529,7 @@
2530
2529
2531
2530
/**
2532
2531
* Set the data fingerprint for the current data served. Used by clients to
2533
-
* detect if a backup has been restored. Update this by running::
2534
-
* occ maintenance:data-fingerprint
2532
+
* detect if a backup has been restored. Update this by running ``occ maintenance:data-fingerprint``.
2535
2533
*
2536
2534
* Changing or deleting this value may cause connected clients to stall until
0 commit comments