Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b3be569

Browse files
Trigger heroku build after updating api endpoint prefix
1 parent 7234863 commit b3be569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Configuration for the application is at `config/default.js` and `config/producti
6969
- EMSI_AUTH_URL: emsi oAuth 2.0 auth url, used to get emsi oAuth 2.0 token, default value is 'https://auth.emsicloud.com/connect/token'
7070
- EMSI_BASE_URL: emsi base url, used to get emsi skills, default value is 'https://skills.emsicloud.com/versions/latest'
7171

72-
Also check out the client folder's README file for additional configurations to set for the front end
72+
Also check out the client folder's README file for additional configurations to set for the front end. You can find the required configurations under client/src/config.js

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
module.exports = {
66
LOG_LEVEL: process.env.LOG_LEVEL || 'debug',
77
PORT: process.env.PORT || 3001,
8-
API_VERSION: process.env.API_VERSION || '/v1',
8+
API_VERSION: process.env.API_VERSION || '/api',
99

1010
AUTH_SECRET: process.env.AUTH_SECRET || 'mysecret',
1111
VALID_ISSUERS: process.env.VALID_ISSUERS ? process.env.VALID_ISSUERS.replace(/\\"/g, '')

0 commit comments

Comments
 (0)