change: Make forcePathStyle default to false, move heroicons to dependencies

This commit is contained in:
tecc 2022-10-19 08:08:04 +02:00
parent 0a5a822119
commit b656e5b14f
No known key found for this signature in database
GPG Key ID: 400AAD881FCC028B
2 changed files with 3 additions and 3 deletions

View File

@ -118,8 +118,8 @@ export function loadConfig() {
) ?? 'notea';
store.forcePathStyle = env.parseBool(env.getEnvRaw(
'STORE_FORCE_PATH_STYLE',
!store.forcePathStyle
)) ?? store.forcePathStyle;
false
)) ?? store.forcePathStyle ?? false;
store.endpoint = env.getEnvRaw(
'STORE_END_POINT',
store.endpoint == null

View File

@ -35,6 +35,7 @@
"@aws-sdk/s3-request-presigner": "^3.10.0",
"@fontsource/noto-sans": "^4.5.10",
"@headwayapp/react-widget": "^0.0.4",
"@heroicons/react": "^1.0.1",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"adm-zip": "^0.5.5",
@ -80,7 +81,6 @@
"use-debounce": "^5.2.1"
},
"devDependencies": {
"@heroicons/react": "^1.0.1",
"@tailwindcss/typography": "^0.4.0",
"@types/adm-zip": "^0.4.34",
"@types/classnames": "^2.2.11",