Skip to content

Commit 76e31b5

Browse files
committed
default static files env
1 parent 831c042 commit 76e31b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/configurations/config.hsl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SUGGESTION_URL = process.env.CONTENT_DOMAIN
1919
: 'https://content.hsl.fi/api/v1/search/suggestions'; // old url
2020
const travelersAccountUrl = process.env.TRAVELERS_ACCOUNT_URL;
2121
const staticAssetsUrl =
22-
process.env.STATIC_ASSETS_URL || 'https://staticfiles.hsl.fi';
22+
process.env.STATIC_ASSETS_URL || 'https://staticfiles-test.hslfi.hsldev.com/';
2323

2424
const virtualMonitorBaseUrl = IS_DEV
2525
? 'https://dev-hslmonitori.digitransit.fi'
@@ -771,5 +771,5 @@ export default {
771771
priority: 'Secondary',
772772
},
773773
],
774-
showStaticCrisisBanners: true,
774+
showStaticCrisisBanners: false,
775775
};

0 commit comments

Comments
 (0)