Skip to content

Commit

Permalink
Make LYCHEE_UPLOADS configurable by environment variable (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
junebugfix authored Apr 17, 2024
1 parent f04ad8a commit d8d6102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ if [ "$DB_LOG_SQL_EXPLAIN" != '' ]; then
if [ "$TIMEZONE" != '' ]; then
replace_or_insert "TIMEZONE" "$TIMEZONE"
fi
if [ "$LYCHEE_UPLOADS" != '' ]; then
replace_or_insert "LYCHEE_UPLOADS" "$LYCHEE_UPLOADS"
fi
if [ "$ENABLE_TOKEN_AUTH" != '' ]; then
replace_or_insert "ENABLE_TOKEN_AUTH" "$ENABLE_TOKEN_AUTH"
fi
Expand Down

0 comments on commit d8d6102

Please sign in to comment.