Skip to content

Commit 5fb8d0f

Browse files
committed
updating configs to run in dev:
1 parent 7a13cec commit 5fb8d0f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<powermock.version>1.5.4</powermock.version>
1212
<jackson-version>2.7.3</jackson-version>
1313
<core.api.version>4.0.0</core.api.version>
14-
<supply-library.version>1.0.15-SNAPSHOT</supply-library.version>
14+
<supply-library.version>1.0.16-SNAPSHOT</supply-library.version>
1515
</properties>
1616

1717
<build>

service/src/main/resources/review-service.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
authRealm: tcjwt
2-
authDomain: topcoder-dev.com
2+
authDomain: "${AUTH_DOMAIN}"
3+
4+
useResponseFilter: false
35

46
# Database settings.
57

0 commit comments

Comments
 (0)