Merge pull request #3116 from nextcloud/spreed-turnserver-secret-is-sensitive

Make sure the spreed TURN server secret stays a secret
This commit is contained in:
Lukas Reschke 2017-01-17 14:49:43 +01:00 committed by GitHub
commit 4009d3db03
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
/**
* @copyright Copyright (c) 2017, Joas Schilling <coding@schilljs.com>
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
@ -42,6 +43,9 @@ class AppConfig implements IAppConfig {
/** @var array[] */
protected $sensitiveValues = [
'spreed' => [
'turn_server_secret',
],
'user_ldap' => [
'ldap_agent_password',
],