Skip to content

Commit 9652679

Browse files
committed
version change
1 parent bd0c175 commit 9652679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
PORT: process.env.PORT || 3000,
1010
// used to properly set the header response to api calls for services behind a load balancer
1111
API_BASE_URL: process.env.API_BASE_URL || `http://localhost:3000`,
12-
API_VERSION: process.env.API_VERSION || "v5",
12+
API_VERSION: process.env.API_VERSION || "v6",
1313
AUTH_SECRET: process.env.AUTH_SECRET || "mysecret",
1414
VALID_ISSUERS:
1515
process.env.VALID_ISSUERS ||

0 commit comments

Comments
 (0)