Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e2e6fdb

Browse files
committed
Merge pull request #201 from appirio-tech/release
Release with topcoder-app
2 parents 8641342 + 7fd8138 commit e2e6fdb

File tree

757 files changed

+123307
-1603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

757 files changed

+123307
-1603
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ module.exports = function(grunt) {
4848
communityURL: grunt.option('community-url') || '//community.topcoder.com',
4949
reviewAppURL: grunt.option('review-app-url') || 'software.topcoder.com/review',
5050
helpAppURL: grunt.option('help-app-url') || 'help.topcoder.com',
51-
forumsAppURL: grunt.option('forums-app-url') || 'forums.topcoder.com',
51+
forumsAppURL: grunt.option('forums-app-url') || 'apps.topcoder.com/forums/',
5252
swiftProgramId: grunt.option('swift-program-id') || 3445,
5353
swiftProgramURL: grunt.option('swift-program-url') || 'http://ios.topcoder.com',
54+
arenaURL: grunt.option('arena-url') || '//arena.topcoder.com',
5455

5556
// only used on wp setup
5657
useGz: grunt.option('use-gz') || false,

src/conf/debug-local-qa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
grunt --main-url=http://local.topcoder-qa.com --auth-main-url=topcoder-qa.auth0.com --auth-client-id=EVOgWZlCtIFlbehkq02treuRRoJk12UR --auth-callback-url="https://www.topcoder-qa.com/reg2/callback.action" --api-url=https://api.topcoder-qa.com/v2 --lc-url=https://qa-lc1-ext-challenge-service.herokuapp.com --lc-discussion-url=https://qa-lc1-discussion-service.herokuapp.com --lc-user-url=https://qa-lc1-user-service.herokuapp.com --lc-site-url=https://qa-lc1-challenge-app.herokuapp.com --my-filters-url=https://staging-user-settings-service.herokuapp.com --community-url=//community.topcoder-qa.com --blog-rss-feed="https://www.topcoder-qa.com/feed/?post_type=blog" dev
1+
grunt --main-url=http://local.topcoder-qa.com --auth-main-url=topcoder-qa.auth0.com --auth-client-id=EVOgWZlCtIFlbehkq02treuRRoJk12UR --auth-callback-url="https://www.topcoder-qa.com/reg2/callback.action" --api-url=https://api.topcoder-qa.com/v2 --lc-url=https://qa-lc1-ext-challenge-service.herokuapp.com --lc-discussion-url=https://qa-lc1-discussion-service.herokuapp.com --lc-user-url=https://qa-lc1-user-service.herokuapp.com --lc-site-url=https://qa-lc1-challenge-app.herokuapp.com --my-filters-url=https://staging-user-settings-service.herokuapp.com --community-url=//community.topcoder-qa.com --photo-link-base=https://www.topcoder-qa.com --review-app-url=software.topcoder-qa.com/review --help-app-url=help.topcoder-qa.com --forums-app-url=forums.topcoder-qa.com --swift-program-id=3445 --swift-program-url=http://apple.topcoder-qa.com --blog-rss-feed="https://www.topcoder-qa.com/feed/?post_type=blog" --api3-url=https://api.topcoder-qa.com/v3 --use-cdn=1 --use-min=1

src/conf/tc-nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ upstream www {
1111
server {
1212
listen 80;
1313
server_name local.topcoder.com local.topcoder-dev.com local.topcoder-qa.com;
14+
charset UTF-8;
1415

1516
set $app_base /home/vagrant; ## CHANGE ME root apps folder reference
1617
set $root_base $app_base/tc-site;

src/conf/tc-prod-nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ server {
77
listen 8080 default_server;
88
listen [::]:80 default_server ipv6only=on;
99
listen [::]:8080 default_server ipv6only=on;
10+
charset UTF-8;
1011

1112
if ($http_x_forwarded_proto != "https") {
1213
return 301 https://$http_host$request_uri;

0 commit comments

Comments
 (0)