We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0c175 commit 9652679Copy full SHA for 9652679
config/default.js
@@ -9,7 +9,7 @@ module.exports = {
9
PORT: process.env.PORT || 3000,
10
// used to properly set the header response to api calls for services behind a load balancer
11
API_BASE_URL: process.env.API_BASE_URL || `http://localhost:3000`,
12
- API_VERSION: process.env.API_VERSION || "v5",
+ API_VERSION: process.env.API_VERSION || "v6",
13
AUTH_SECRET: process.env.AUTH_SECRET || "mysecret",
14
VALID_ISSUERS:
15
process.env.VALID_ISSUERS ||
0 commit comments