@@ -25,15 +25,12 @@ if [ "$APP_FORCE_HTTPS" != '' ]; then
2525if [ " $APP_DIR " != ' ' ]; then
2626 replace_or_insert " APP_DIR" " $APP_DIR "
2727 fi
28+ if [ " $ASSET_URL " != ' ' ]; then
29+ replace_or_insert " ASSET_URL" " $ASSET_URL "
30+ fi
2831if [ " $DEBUGBAR_ENABLED " != ' ' ]; then
2932 replace_or_insert " DEBUGBAR_ENABLED" " $DEBUGBAR_ENABLED "
3033 fi
31- if [ " $LIVEWIRE_ENABLED " != ' ' ]; then
32- replace_or_insert " LIVEWIRE_ENABLED" " $LIVEWIRE_ENABLED "
33- fi
34- if [ " $VUEJS_ENABLED " != ' ' ]; then
35- replace_or_insert " VUEJS_ENABLED" " $VUEJS_ENABLED "
36- fi
3734if [ " $LEGACY_API_ENABLED " != ' ' ]; then
3835 replace_or_insert " LEGACY_API_ENABLED" " $LEGACY_API_ENABLED "
3936 fi
@@ -46,9 +43,6 @@ if [ "$S3_ENABLED" != '' ]; then
4643if [ " $LEGACY_V4_REDIRECT " != ' ' ]; then
4744 replace_or_insert " LEGACY_V4_REDIRECT" " $LEGACY_V4_REDIRECT "
4845 fi
49- if [ " $PHOTO_PIPES " != ' ' ]; then
50- replace_or_insert " PHOTO_PIPES" " $PHOTO_PIPES "
51- fi
5246if [ " $DB_OLD_LYCHEE_PREFIX " != ' ' ]; then
5347 replace_or_insert " DB_OLD_LYCHEE_PREFIX" " $DB_OLD_LYCHEE_PREFIX "
5448 fi
@@ -346,4 +340,10 @@ if [ "$PHP_TZ" != '' ]; then
346340 fi
347341if [ " $VITE_HTTP_PROXY_ENABLED " != ' ' ]; then
348342 replace_or_insert " VITE_HTTP_PROXY_ENABLED" " $VITE_HTTP_PROXY_ENABLED "
343+ fi
344+ if [ " $DISABLE_BASIC_AUTH " != ' ' ]; then
345+ replace_or_insert " DISABLE_BASIC_AUTH" " $DISABLE_BASIC_AUTH "
346+ fi
347+ if [ " $DISABLE_WEBAUTHN " != ' ' ]; then
348+ replace_or_insert " DISABLE_WEBAUTHN" " $DISABLE_WEBAUTHN "
349349 fi
0 commit comments