Skip to content

Commit 716e045

Browse files
authored
Merge pull request #119 from topcoder-platform/dev
DEV -> Master V6
2 parents d14ea20 + e6732be commit 716e045

Some content is hidden

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

41 files changed

+5973
-2644
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
environment:
5252
DEPLOY_ENV: 'DEV'
5353
LOGICAL_ENV: 'dev'
54-
APPNAME: 'tc-finance-api'
54+
APPNAME: 'finance-api-v6'
5555
DEPLOYMENT_ENVIRONMENT: 'dev'
5656
steps: *build_and_deploy_steps
5757

@@ -60,7 +60,7 @@ jobs:
6060
environment:
6161
DEPLOY_ENV: 'PROD'
6262
LOGICAL_ENV: 'prod'
63-
APPNAME: 'tc-finance-api'
63+
APPNAME: 'finance-api-v6'
6464
DEPLOYMENT_ENVIRONMENT: 'prod'
6565
steps: *build_and_deploy_steps
6666

@@ -74,7 +74,6 @@ workflows:
7474
branches:
7575
only:
7676
- dev
77-
- fix-nan-for-release-date
7877
- 'build-prod':
7978
context: org-global
8079
filters:

.env.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
TOPCODER_API_BASE_URL="https://api.topcoder-dev.com/v5"
1+
TOPCODER_API_V5_BASE_URL="https://api.topcoder-dev.com/v5"
2+
TOPCODER_API_V6_BASE_URL="https://api.topcoder-dev.com/v6"
23
AUTH0_CERT="-----BEGIN RSA PUBLIC KEY-----
34
MIIBCgKCAQEArAV0dmDkedFdlaQ6KQiqUv+UGshfMXx/4jJCLZ9802ynJqAvIt+Z
45
V7EiPqjc2J1xVfJJEvQ9ZS5A2TFWAk16NUTU4LN+TkjEnqeg+LlUPWY3Y4RXa2OU
@@ -15,4 +16,4 @@ DB_PASSWORD=randompassword
1516
DB_HOST=127.0.0.1
1617
DB_PORT=5434
1718
DB_NAME=walletdb
18-
DATABASE_URL="postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=disable"
19+
DATABASE_URL="postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=disable"

0 commit comments

Comments
 (0)