浏览代码

Add config text

tags/v9.1.0beta1
Roeland Jago Douma 8 年前
父节点
当前提交
1fa13f666b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13
    0
      config/config.sample.php

+ 13
- 0
config/config.sample.php 查看文件

@@ -1204,6 +1204,19 @@ $CONFIG = array(
*/
'debug' => false,

/**
* Sets the data-fingerprint of the current data served
*
* This is a property used by the clients to find out if a backup has been
* restored on the server. Once a backup is restored run
* ./occ maintenance:data-fingerprint
* To set this to a new value.
*
* Updating/Deleting this value can make connected clients stall until
* the user has resolved conflicts.
*/
'data-fingerprint' => '',

/**
* This entry is just here to show a warning in case somebody copied the sample
* configuration. DO NOT ADD THIS SWITCH TO YOUR CONFIGURATION!

正在加载...
取消
保存