Skip to content
Snippets Groups Projects
Unverified Commit 30b9262a authored by Joas Schilling's avatar Joas Schilling
Browse files

Make sure the spreed TURN server secret stays a secret

parent 61c68d4e
Loading
<?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',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment