Skip to content

Commit 0d02398

Browse files
Rakesh RecharlaRakesh Recharla
authored andcommitted
Change authScheme to v3 on qa and prod
1 parent 0f48a78 commit 0d02398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service/run-config/prod/src/main/resources/supply-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ logging:
145145
timeZone: UTC
146146
logFormat: "%-5level [%d{yyyy-dd-mm HH:mm:ss.SSS}] [%thread] %logger - %msg%n"
147147

148-
authScheme: v2
148+
authScheme: v3
149149

150150
# File service domain
151151
fileServiceDomain: api.topcoder.com

service/run-config/qa/src/main/resources/supply-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ logging:
145145
timeZone: UTC
146146
logFormat: "%-5level [%d{yyyy-dd-mm HH:mm:ss.SSS}] [%thread] %logger - %msg%n"
147147

148-
authScheme: v2
148+
authScheme: v3
149149

150150
# File service domain
151151
fileServiceDomain: api.topcoder-qa.com

0 commit comments

Comments
 (0)