File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
// Trusted Domains. Specify one domain per line; use * for wildcard matches
9
9
$ Configuration ['Garden ' ]['TrustedDomains ' ] = '*.topcoder-dev.com
10
10
*.topcoder.com ' ;
11
- $ Configuration ['Theme ' ]['UniversalNavUrl ' ] = getenv ( ' VANILLA_ENV ' ) === ' prod ' ? ' //uni-nav.topcoder.com/v1/tc-universal-nav.js ' : ' //uni-nav.topcoder-dev .com/v1/tc-universal-nav.js ' ;
11
+ $ Configuration ['Theme ' ]['UniversalNavUrl ' ] = ' //uni-nav.topcoder.com/v1/tc-universal-nav.js ' ;
12
12
13
13
$ Configuration ['Database ' ]['Name ' ] = getenv ('MYSQL_DATABASE ' );
14
14
$ Configuration ['Database ' ]['Host ' ] = getenv ('MYSQL_HOST ' );
118
118
$ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderHS256 ' ]['Secret ' ] = getenv ('TOPCODER_HS256_SECRET ' );
119
119
$ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderRS256 ' ]['UsernameClaim ' ] = 'nickname ' ;
120
120
$ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderHS256 ' ]['UsernameClaim ' ] = 'handle ' ;
121
- $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderHS256 ' ]['UserIDClaim ' ] = getenv ( ' VANILLA_ENV ' ) == ' prod ' ? ' https://topcoder.com/userId ' : ' https://topcoder-dev .com/userId ' ;
122
- $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderRS256 ' ]['UserIDClaim ' ] = getenv ( ' VANILLA_ENV ' ) == ' prod ' ? ' https://topcoder.com/userId ' : ' https://topcoder-dev .com/userId ' ;
123
- $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderHS256 ' ]['PhotoUrlClaim ' ] = getenv ( ' VANILLA_ENV ' ) == ' prod ' ? ' picture ' : 'picture ' ;
124
- $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderRS256 ' ]['PhotoUrlClaim ' ] = getenv ( ' VANILLA_ENV ' ) == ' prod ' ? ' picture ' : 'picture ' ;
121
+ $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderHS256 ' ]['UserIDClaim ' ] = ' https://topcoder.com/userId ' ;
122
+ $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderRS256 ' ]['UserIDClaim ' ] = ' https://topcoder.com/userId ' ;
123
+ $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderHS256 ' ]['PhotoUrlClaim ' ] = 'picture ' ;
124
+ $ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['TopcoderRS256 ' ]['PhotoUrlClaim ' ] = 'picture ' ;
125
125
$ Configuration ['Plugins ' ]['Topcoder ' ]['SSO ' ]['RefreshTokenURL ' ] = getenv ('TOPCODER_PLUGIN_SSO_REFRESHTOKENURL ' );
126
126
127
127
// Filestack
You can’t perform that action at this time.
0 commit comments