Skip to content

Commit a88f5ae

Browse files
authored
Merge pull request #677 from topcoder-platform/issues-676
Set the default embedded remote url
2 parents 380f599 + ccc08be commit a88f5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/vanilla/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// Embed
55
$Configuration['Garden']['Embed']['Allow'] = true;
66
$Configuration['Garden']['Embed']['ForceForum'] = false;
7+
$Configuration['Garden']['Embed']['RemoteUrl'] = getenv('VANILLA_ENV') === 'prod'? 'https://platform.topcoder.com':'https://platform.topcoder-dev.com';
78
// Trusted Domains. Specify one domain per line; use * for wildcard matches
89
$Configuration['Garden']['TrustedDomains'] = '*.topcoder-dev.com
910
*.topcoder.com';

0 commit comments

Comments
 (0)