We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831c042 commit 76e31b5Copy full SHA for 76e31b5
1 file changed
app/configurations/config.hsl.js
@@ -19,7 +19,7 @@ const SUGGESTION_URL = process.env.CONTENT_DOMAIN
19
: 'https://content.hsl.fi/api/v1/search/suggestions'; // old url
20
const travelersAccountUrl = process.env.TRAVELERS_ACCOUNT_URL;
21
const staticAssetsUrl =
22
- process.env.STATIC_ASSETS_URL || 'https://staticfiles.hsl.fi';
+ process.env.STATIC_ASSETS_URL || 'https://staticfiles-test.hslfi.hsldev.com/';
23
24
const virtualMonitorBaseUrl = IS_DEV
25
? 'https://dev-hslmonitori.digitransit.fi'
@@ -771,5 +771,5 @@ export default {
771
priority: 'Secondary',
772
},
773
],
774
- showStaticCrisisBanners: true,
+ showStaticCrisisBanners: false,
775
};
0 commit comments