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

Make sure the spreed TURN server secret stays a secret
pull/3133/head
Lukas Reschke 9 years ago committed by GitHub
commit 4009d3db03
  1. 4
      lib/private/AppConfig.php

@ -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',
],

Loading…
Cancel
Save