Skip to content

Commit

Permalink
fix(KUI-1136): add MEMO_STORAGE_URI to ref.parameters.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhossein-haerian committed Jun 12, 2024
1 parent 5e1be8a commit 379a05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .azure/ref.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"KURS_PM_DATA_API_URI": "https://api-r.referens.sys.kth.se/api/kurs-pm-data?defaultTimeout=10000",
"LOGGING_ACCESS_LOG": "true",
"LOGGING_LEVEL": "TRACE",
"MEMO_STORAGE_URI": "https://kursinfostoragestage.blob.core.windows.net/memo-blob-container/",
"SERVER_HOST_URL": "https://www-r.referens.sys.kth.se",
"SERVER_PORT": "3000",
"SERVICE_PUBLISH": "/kurs-pm",
Expand Down
2 changes: 1 addition & 1 deletion config/commonSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { getEnv, devDefaults } = require('kth-node-configuration')

const devPrefixPath = devDefaults('/kurs-pm')
const devMemoStorageUri = 'https://kursinfostoragestage.blob.core.windows.net/memo-blob-container/'
const devMemoStorageUri = devDefaults('https://kursinfostoragestage.blob.core.windows.net/memo-blob-container/')

module.exports = {
// The proxy prefix path if the application is proxied. E.g /places
Expand Down

0 comments on commit 379a05d

Please sign in to comment.