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.
2 parents 380f599 + ccc08be commit a88f5aeCopy full SHA for a88f5ae
config/vanilla/config.php
@@ -4,6 +4,7 @@
4
// Embed
5
$Configuration['Garden']['Embed']['Allow'] = true;
6
$Configuration['Garden']['Embed']['ForceForum'] = false;
7
+$Configuration['Garden']['Embed']['RemoteUrl'] = getenv('VANILLA_ENV') === 'prod'? 'https://platform.topcoder.com':'https://platform.topcoder-dev.com';
8
// Trusted Domains. Specify one domain per line; use * for wildcard matches
9
$Configuration['Garden']['TrustedDomains'] = '*.topcoder-dev.com
10
*.topcoder.com';
0 commit comments