We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33788de commit 37fb59fCopy full SHA for 37fb59f
config/vanilla/config.php
@@ -1,9 +1,12 @@
1
<?php if (!defined('APPLICATION')) exit();
2
3
$Configuration['Garden']['Installed'] = true;
4
-//Embed
+// Embed
5
$Configuration['Garden']['Embed']['Allow'] = true;
6
$Configuration['Garden']['Embed']['ForceForum'] = false;
7
+// Trusted Domains. Specify one domain per line; use * for wildcard matches
8
+$Configuration['Garden']['TrustedDomains'] = '*.topcoder-dev.com
9
+*.topcoder.com';
10
11
$Configuration['Database']['Name'] = getenv('MYSQL_DATABASE');
12
$Configuration['Database']['Host'] = getenv('MYSQL_HOST');
0 commit comments